Backend of a platform that allows users to build playlists with links to their favorite videos, separated by categories.
Main features:
- API with routes implemented according to the REST standard;
- Validations made according to business rules;
- Implementation of database for information persistence;
- Authentication service to access GET, POST, PUT and DELETE routes.
Stack:
- SQLite
- Python 3.9.4
- Django 3.2.4
- Django Rest Framework 3.12.4
Packages:
- Markdown 3.3.4
- Validators 0.18.2
#alurachallengeback