Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 476 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 476 Bytes

Recruitment-task-Django-Rest

Basic movie database interacting with external API.

Instalation :

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

Application requirements :

  • django==2.2.2
  • djangorestframework
  • requests