This project is a starter template for Node.js and Express application using Mongoose. It provides a flexible and scalable way to handle user authorization.
- User management with roles, permissions
- Middleware for permission and Authentication checks
- API endpoints for managing users, roles, permissions
- Node.js
- Docker
- Clone the repository
- To install the mongodb in docker. Go to the docker folder.
run docker-compose up -d