Movie API is a project that has different API endpoints that allows users to store their favourite movies.
- Getting a movie using the relevant id.
- Getting a list of movies.
Using Pytest as a way for Test Driven Development.
Managed to reach 100% on code coverage.
-
Create and activate python virtual environment.
-
Use pip to install the project
pip install -r requirements.txt
- Start the server
python manage.py runserver
- Python
- Django
- Django Rest Framework
- Docker
- Docker Compose
- Pytest
Code Coverage & Code Quality
- Coverage.py
- Flakes
API Documentations
- Swagger
- Core API