A blog site where developers can publish blog posts and comment on other developer's posts as well.
- This application allows you to login and publish blog posts, thoughts and opinions. This app follows the MVC paradigm and uses Handlebars, Sequelize and express-session.
- MVC paradigm
- Handlebars HTML & CSS
- MySQL and Sequelize
- express-session
- bcrypt
- Run the following to install dependancies, the following will be installed, express, mysql2, dotenv, bcrypt, sequelize , handlebars
npm install
- A .env file with the following is required
DB_NAME
DB_PASSWORD
DB_USER
DB_SESSPASS
- The repo can be forked and then the required modules installed as per above. The application is run from the command line by entering "node server.js"
- MIT
- Ben Slinde - sole author
- If you would like, you can connect with me thru my github profile Github Profile
