Skip to content

pavlo-mk/movie-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published