Skip to content

randombishop/chain_runners_elo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

:)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published