A simple movie repository where a user can add a movie and it's description, see all movies, and search for movies based on
The idea is that it connects to an existing MySQL database and
- Create your python environment, preferably using a virtual environment (venv)
pip install -r requirements.txt
- Run
python app.py
orpython3 app.py
depending on your python install