Final project for CS50 Introduction to computer Sciences.
Movie-Search is an application using flask.
First, you need to clone this repository:
git clone https://github.com/HNTQ/Movie-Search-CS50.git Then change into the Movie-Search-CS50 folder:
cd Movie-Search-CS50 Now, we will need to create a virtual environment and install all the dependencies:
python3 -m venv venv # on Windows, use "python -m venv venv" instead
. venv/bin/activate # on Windows, use "venv\Scripts\activate" instead
pip install -r requirements.txtthen run application
python app.pyVersions of the database are stored here. (Only accessible for authorized members)