Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 840 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 840 Bytes

Movie-Search-CS50

Final project for CS50 Introduction to computer Sciences.

Movie-Search is an application using flask.

Installation

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.txt

then run application

python app.py

Database

Versions of the database are stored here. (Only accessible for authorized members)