This program allows you to create and view other people's blog posts!
If you intend to git clone this repository, make sure to have Node.js and MySQL installed and set up properly. Then run the following commands in your integrated terminal:
npm i
mysql -u "your username" -p
You will be prompted to enter your password. After that, run:
exit
npm run seed
npm start- Website Link
- Login or signup.
- Navigate to the dashboard, then create a post.
- Navigate back to the home and see your new post. Notice that you can also comment on each post.
This project is licensed under the MIT License. See the MIT License file for details.
This project was developed by Charles Tiffany.
If you have any questions or suggestions, please email me at charleswtiffany@gmail.com.


