Tech Blog is a site created for anyone who enjoys reading and writing about tech! Create your own account, view other users posts, interact with comments, create (or update and delete!) your own content.
- bcrypt
- MySQL
- Sequelize ORM
- Express.js Session, Routing & Handlebars
- Heroku
- Node.js
After cloning to your local machine, include .env file with all relevant variables, such as database name, username, and password.
Use schema.sql in db directory to create the database in MySQL workbench.
Install all dependencies required
npm i --y
Seed the database
npm run seed
Sync sequelize to the database on server start
node server
MIT License
©️ 2021 Raquel Scofield