The tech blog is a CMS-backed blogging site that users can create and share blog posts, as well as add comments. The application features user authentication, and is backed by a MySQL databases implemented with Sequelize.
Complete the following to run this code locally:
- Clone the repo.
- Run npm install at the root folder of this project
- Create a .env file at the root folder of this project with the following format:
DB_NAME='sparky_tech_blog'
DB_USER='your-mysql-username'
DB_PASSWORD='your-mysql-password' - Open a mysql shell and run source db/schema.sql.
- Quit the mysql shell and run npm start.
- Once you've started the server, access the app at http://localhost:3001
For issues or questions, contact Valerie at[email protected]
