This application creates a blogging site where Programmers and Technical folks can publish their blog posts and comment on other's posts.
- Table of contents
- General info
- Deployed Application
- Screenshots
- Setup
- Code and Technologies
- Licenses
- Developer(s)
This Tech Blog application follows the classic MVC paradigm. It uses Handlebars.js as the templating language, Sequelize ORM for Object Relational Mapping and the express-session package for Authentication.
- Clone GitHub repository
- run npm install
- Open up MySQL shell and run: source .db/schema.sql
- Optionally run: npm run seed (to create some seed data)
- Run 'npm start' to start the application.
- Open browser and go to - http://localhost:3001