Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 551 Bytes

File metadata and controls

24 lines (21 loc) · 551 Bytes

Hi there! Here is my simple task manager project.

Objectives:

  1. Simple task management
  2. Simple role management
  3. Simple user management
  4. JWT authentication for users
  5. Asynchronous sending email using Celery, RabbitMQ
  6. Starting using command docker-compose up -d

TODO:

  1. Role management
  2. User management -- finish
  3. JWT authentication
  4. Connect PostgreSQL
  5. Connect Celery and RabbitMQ
  6. Tests!
  7. Set up Docker

TODO (P.S.):

  1. Rate limiting system for API defence
  2. Pagination, filters, search for tasks
  3. Documentation -- maybe?