Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.14 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.14 KB

Chain Runners ELO

Visit http://runners.datascience.art/ to vote on your favorite Mega City Chain Runners!

Getting Started

Configuring Postgres

  1. Download Postgres (I grabbed version 14.1)
  2. Install it.
  3. Create a new database named chainrunners
  4. Use the Restore function to import database/chainrunners.postgres
  5. That should do it!

Installing dependencies

  1. cd into /app and run yarn install
  2. cd into /middleware and run yarn install

Running the project locally

It helps to have two terminals windows open for this

  1. In terminal A, cd into /app and run yarn build
  2. In terminal B, cd into /middleware and run yarn server
  3. In terminal A, run yarn start
  4. Your browser will open to localhost:3000 and you should see the UI!

:)