My brief was to design and build a full stack app which allowed the user to create, edit and remove teams in a league, create and play games and show the results and also show a league table.
Technologies used:
Psycopg2 - PostgreSQL Database Adapter
Flask - Web app framework
The project brief stipulated that no javascript was to be used.
From terminal
# create database
createdb monster_db
psql -d monster_db -f db/monster_db.sql
# seed database
python3 console.py
# run web webserver
flask run
From browser
http://localhost:5000/