bmaclean / fantasy-football

A fantasy football application built using Postgres, Node, Express and React.
0 stars 0 forks source link

fantasy-football

About this project

fantasy-football is a full-stack fantasy football application that enables roster management, league configuration and head-to-head matchups based on actual NFL data.

Authorship

Requirements

Running the project:

  1. Start pgAdmin4 locally to start the database.
  2. Load SQL scripts into running database.
  3. Install all dependencies: cd fantasy-football && npm install && npm run pre
  4. Run the app: npm run start