Blogposts app built with Node.js, Express, and MongoDB
- Run
npm install - Set environment variables in
.envfile - Run
npm run devfor development ornpm startfor production
-
- Better routes protection for put & delete request
-
- Public and private posts
- Likes and comments on posts
- Dashboard to show users' statistics & information
- Account deletion
-
- Navbar & better navigations between pages
- Better posts preview instead of table
- Error messages when redirecting