- Full CRUD
- Search for movies using The Movie Database API integration
- Pagination (WIP)
- Sqlite database accessed using SQLAlchemy
-
cd into the /movie-project directory
-
Install the package requirements with
pip install -r requirements.txt
-
Run the Flask app with
python3 server.py