Skip to content

For this project I built an app to consolidate and expand on my learnings from the Python module. My app allowed the user to create, edit and remove teams, fixtures and players.

RichardsonMark/project-sports-scoring

Repository files navigation

project-sports-scoring

Sports scoring

An app that lets a sports fan keep track of their favourite sports league.

Set Up

First, you will need to ensure that you have a database called sports_scoring (if you've already done part of this and are starting from scratch, or have a db of the same name, first drop the db.)

createdb sports_scoring

Once the database exists, you'll need to run the SQL file against it to create the tables.

psql -d sports_scoring -f ./db/sports_scoring.sql

About

For this project I built an app to consolidate and expand on my learnings from the Python module. My app allowed the user to create, edit and remove teams, fixtures and players.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published