Hi there! Here is my simple task manager project.
Objectives:
- Simple task management
- Simple role management
- Simple user management
- JWT authentication for users
- Asynchronous sending email using Celery, RabbitMQ
- Starting using command docker-compose up -d
TODO:
- Role management
- User management -- finish
- JWT authentication
- Connect PostgreSQL
- Connect Celery and RabbitMQ
- Tests!
- Set up Docker
TODO (P.S.):
- Rate limiting system for API defence
- Pagination, filters, search for tasks
- Documentation -- maybe?