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.
- Albert Choi
- Jacob Hazen
- Abdulkareem Dolapo
- Everest Wild
2.1.7
8.0.19
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
https://documenter.getpostman.com/view/10974610/SzezbrGj