This is a full stack blogging application similar to WordPress. A user can view posts from other users on the home page, and, if signed in, they can 1) view, edit, or delete their own posts, and 2) comment on other users' posts. The app uses an Express server, Sequelize database model, and Sequelize session store to persist a login state. The server and database are deployed to Heroku, so this is a fully functional application from front to back end.
Run npm i
- Visit the homepage at https://rhubarb-cobbler-10166.herokuapp.com/
- Create a new account
- Navigate to the dashboard to make new posts
-
View all blog posts on the home page
-
Read all comments and leave your own by clicking on individual blog posts from the home page
- Update or delete your own posts from the dashboard
- Logout when you are done
To contribute to this repo:
- Fork the repo
- Make changes to forked repo
- Submit a pull request to this repo
Thank you to the following who have already contributed: Renae Sowald
no tests
For more information: Visit my GitHub: https://rsowald.github.io
or Email: renaesowald@gmail.com