Movie-Database-API

To make movie data more accessible to our target audience, we have decided to design a database that makes information on movies accessible and convenient. This REST API uses the Django framework. We also included scripts to create SQL tables, data, and stored procedures under SQL file.

Team Members:

  • Albert Choi
  • Jacob Hazen
  • Abdulkareem Dolapo
  • Everest Wild

Django Version

2.1.7

MySQL Version

8.0.19

Pip installs needed

pip install Django
pip install PyMySQL
I use environment file to store my passwords/username. First create a file .env then pip install the following:
pip install environ
pip install python-dotenv

Postman Document

https://documenter.getpostman.com/view/10974610/SzezbrGj