Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 503 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 503 Bytes

How to get started

clone the repo

cd to repo trust the rvm rc or create a new one for your machine

run bundle

run rake to check if everything works for your setup

to add seed data run rake:seed

then to see the api in action run:

rackup

the server starts on port 9292 by default

in your browser you can check out the following URIs:

  • locahost:9292/v1/index
  • locahost:9292/v1/overall
  • locahost:9292/v1/xp
  • locahost:9292/v1/honor
  • locahost:9292/v1/might

There we have our user rankings!