This is a MEAN stack application for posts with CRUD operations, JWT authentication, authorization, and image upload using Multer.
- Node.js
- MongoDB
- npm (Node Package Manager)
- Angular CLI
- CRUD Operations: Create, read, update, and delete posts.
- JWT Authentication: Secure authentication using JSON Web Tokens.
- Authorization: Role-based access control for different user types.
- Image Upload: Upload and manage images using Multer.
- User Management: Different user login and registration.