Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 618 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 618 Bytes

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