Skip to content

mikemarino/Homework_14_Tech_Blog_MVC

Repository files navigation

Homework_14_Tech_Blog_MVC

Tech Blog

Table of Contents

Description

License

a CMS-style blog site similar to a Wordpress site, where developers can publish their blog posts and comment on other developers’ posts as well.

picture alt

This project may have some requeriments you need to meet in order to compile it. You may need NodeJS in order to run javascript on the console and install dependecnies. You can go to the NodeJS site and follow trough the installation process. After you get the node command on the console, you will have the node package manager npm as well. Please read the package instruction section below.

Installation:

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Clone repo.

Usage:

For educational purposes only.

In order to start using the project you need to clone it to your computer. Or you can download the the zip version. After you have it on you pc, you need to go in the console to the project folder and execute the following command to gather all the dependencies.

npm install

Testing:

No testing.

Contributing:

Mike Marino

To contribute to < strong > Big Bad Readme generator < /strong>, follow these steps:

Create a branch:

git checkout - b <branch_name>

Make your changes and commit them:

git commit - m '<commit_message>'

Push to the original branch:

git push origin <project_name>/

Create the pull request. Alternatively see the GitHub documentation on creating a pull request.

Credits:

Mike Marino and the fine instructors at the uPenn Full Stack Web Development Boot Camp

License:

This project uses the following license:

License

https://opensource.org/licenses/MIT

Copyright 2020 mikeMarino

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Questions:

For all questions about this project, please email marino1820@gmail.com

Copyright(c) 2021 mikeMarino

About

Model-View-Control based tech blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published