Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 648 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 648 Bytes

ELO-Darts

Set Up

Install requirements

Install python requirements

pip install -r requirements

Install javascript requirements

bower install

compile react files

cd to reactDarts

npm install

./node_modules/.bin/webpack -d

Setup database

Make sure your local database is running and open it with psql postgres

Create a new database with CREATE DATABASE elo_darts

python db_create.py

python db_migrate.py

Create config

In the root directory, make a file called config.py using example_config.py as a template then replace all of the keys with your own

Run the app

python run.py