Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 745 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 745 Bytes

Movie Database

Description

Simple website provided by API http://www.omdbapi.com/. User can logged and save result to favourite list.

In backend used Python 3 with Django 2. In front part used: html + css(bootstrap) + jquery

Quick local start

python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

Urls

  • http://127.0.0.1:8000/ - home page
  • login/ - login page
  • search/ - search movie page
  • favourite/ - favourite movie page
  • admin/ - Django-admin page

Docker-compose

  • for a docker please use settings/developer.py