Skip to content

HNTQ/Movie-Search-CS50

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages