This application is a CMS-style blog site, where fellow users (especially developers) can blog about their tech-related concepts among each other.
The application does require dependencies, so enter this code (below) into the terminal and run it:
npm i
Then, navigate to db folder, run mysql, enter in SOURCE schema.sql;
and quit
. After that, run node server.js
.
Users can sign up to the site, log in, and blog about tech-related concepts. When clicking on the dashboard, users can see only what they blogged. When clicking on the home page, users can see what others blogged about and when did they blog it.
Deployed App Link: https://simply-tech-blog.herokuapp.com/
No contributions needed.
If you have any questions and want to reach me, email me at christylex3@gmail.com. Also, you can check out my other work here.