Skip to content

OAGr/sps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sps

Simple prediction system.

Doesn't yet have user authentication. Aggregate predictions currently made as a simple average of all previous ones, instead of the most recent by each user.

Setup

  1. Set up the node server. First, change the config/config.json file to use your local db creds.
cd server;
npm run db:create
npm run db:migrate
npm run db:seed
npm run start
  1. Start the react-create-app client
cd client 
npm run start

About

Simple Prediction System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published