This project was generated with NodeJS
+ Express
+ MongoDB
+ Angular
Application with the help of the Angular CLI
- Built a blog website for users to share image and text posts online with save, edit and delete routes.
- Stored user data and posts in MongoDB by Express and Mongoose, and render posts on the frontend with Angular.
- Implemented cookie-based login and registrations (authentication and authorization) using JSON Web Token.