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.
CMS-style blog site similar to a Wordpress site, where developers can publish their blog posts and comment on other developers’ posts as well. A Full-Stack application deployed to Heroku. This app follows the MVC paradigm in its architectural structure, uses Handlebars.js as the templating language, Sequelize as the ORM, and the express-session npm package for authentication.
Need to download the source files from the github repository onto local.
- Right click on
server.js
and open in integrated terminal. - Run
npm i
- Run
nodemon
- Open
http://localhost:3001/
in a web browser to view the application locally.
To view this application on Github, click here.
The application can be viewed here.
Referenced previous in-class work assignments.
There is no license and this repo is available for reproduction.