A CMS-style blog site where developers can publish their blog posts and comment on other developers’ posts as well.
- Install Node v16.20.1.
- Run
npm ito install dependency. - Create the database using the
./db/schema.sqlfile from the MySQL shell. - (Optional) Run the command
npm run seedto seed the database with filler data. - Run the command
npm startto start the application's server.
Visit the deployed application here.
This repository is covered under MIT License. For more information, check the LICENSE file.
If you have any questions about the repo, open an issue or contact me directly at averymiller2060@gmail.com. You can find more of my work at averyjmiller.
