Pastebin clone with Django Rest Framework. An API for sharing your notes, you can add expiration time, password, syntax, categories or tags. Your note can be private or public
Celery-beat is used to delete expired notes in scheduled task
- more tests
- show parameters possible values in swagger-ui (f.e. possible note categories)
- API token authentication
- Python >= 3.12
- Docker >= 24.0.5
Run commands
make up
make db-migrate-
Run containers
make up
-
In new terminal, run http-server
make run-http-server



