Skip to content

Social media website to demonstrate knowledge in databases, made in the framework flask

Notifications You must be signed in to change notification settings

Skovrup1/somelite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Somelite

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.

Made by

  • sdw128
  • xqd627
  • ngz419

Requirements

  • python3 & pip
  • npm & tailwind (only for updating the styling)
  • You need to put your postgres password in app.py

Building

Linux
git clone [email protected]:skovrup1/somelite.git
cd somelite
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
Windows
git clone [email protected]:skovrup1/somelite.git
cd somelite
python3 -m venv .venv
./.venv/Scripts/activate
pip install -r requirements.txt
CSS (only for updating the styling)
npx tailwindcss -i ./src/static/css/input.css -o ./src/static/css/output.css --watch

Running

flask --app src/app run
Debug
flask --debug --app src/app run

About

Social media website to demonstrate knowledge in databases, made in the framework flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published