In this project I have created a full-stack MVC application for a blog engine where users can create an account, log in and post and edit articles and comments.
- Created data models using Sequelize
- Created controllers to render and manipulate data
- Created API and view routes including route protection for unauthorized users
- Used handlebars.js as the templating engine of the application
- Used jQuery for client-side interactions
- Used Bootstrap for design
git clone https://github.com/ivnkris/full-stack-tech-blog
cd full-stack-tech-blog
npm install
---> Open up the mySQL workbench and copy and execute the contents of src/db/schema.sql
npm run seed
npm run start
Submit a pull request
npm run start
npm run seed
npm run dev
https://github.com/ivnkris/full-stack-tech-blog
https://warm-brushlands-16207.herokuapp.com
- Send any questions via my GitHub profile





