Basic movie database interacting with external API.
git clone https://github.com/Kamwebdev/Recruitment-task-Django-Rest
cd Recruitment-task-Django-Rest/
python3 -m venv myvenv
source myvenv/bin/activate
cd movieDb/
pip install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
- django==2.2.2
- djangorestframework
- requests