/code-red

Code Red is a movie review website using SQL, Python with Flask.

Primary LanguageHTML

Code Red

Movie review website using PostgreSQL, Python, Flask, HTML and Bootstrap.

Screenshots

image

image

To view the webiste, click here

Local Dev setup

Run in terminal

git clone <repo-url>

pip install -r requirements.txt

Add DATABASE_URL = sqlite:///local.db in your environment variables.

Go to project root folder and execute python3 main.py.

Go to `https://localhost:5000/ to see the site

Make changes to add features and add a Pull Request on GitHub.

Issues

Find any issues? Add them to the issues tab on github