tssovi / movies_info_portal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movies Info Portal

Tools And Technology Used

  1. Python3
  2. Django
  3. Django Rest Framework
  4. PostgreSQL

Notes

  • I am asuming that you already installed Python3, Git and PostgreSQL(11) in you system.
  • Create a env.py as like as example_env.py.
  • You have a database with same credentials as in env.py. If not then configure your own env.py file.
  • You can run this project by simply downloading and executing run.sh script.
  • Please execute python manage.py shell to scrap and seed initial data.

Bash File Execution Command

bash run.sh

Manually Project Execution Commands

pip install -r requirements.txt

python manage.py makemigrations
python manage.py migrate

python manage.py data-scraper

python manage.py runserver

Sample API Urls

About


Languages

Language:Python 92.9%Language:Shell 7.1%