Social media website made in the framework flask. For the KU course DIS, Databases and Information Systems.
See Guide.md for further instructions on how the app is accessed and used.
- sdw128
- xqd627
- ngz419
- python3 & pip
- npm & tailwind (only for updating the styling)
- You need to put your postgres password in app.py
git clone [email protected]:skovrup1/somelite.git
cd somelite
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
git clone [email protected]:skovrup1/somelite.git
cd somelite
python3 -m venv .venv
./.venv/Scripts/activate
pip install -r requirements.txt
npx tailwindcss -i ./src/static/css/input.css -o ./src/static/css/output.css --watch
flask --app src/app run
flask --debug --app src/app run