This is API for some Movie rating service. You can publish reviews, comments under reviews, ratings and etc stuff for any movie via API. Documentation for this API can be find by url 'localhost/redoc/'
To get started you could run the "docker-compose up" command.
After fixtures installed and project got started you can login 123;123 as administrator in the admin panel of django (localhost/admin/)
- nginx - The web-server
- PostgreSQL - DB
- Django - Python Framework
- S10dev - pet project - S10dev
This project is licensed under the MIT License - see the LICENSE.md file for details