Skip to content

Rails API and website for the EliFUT Android app

Notifications You must be signed in to change notification settings

Samuelincoom/backend

 
 

Repository files navigation

EliFUT Rails API service

Check the Medium post for more information about it.

Hosted on Heroku.

Setup:

  • Ruby version: 2.2.2

  • System dependencies: Postgres

  • Configuration

  • Database creation: rake db:create

  • Database initialization:

Copy JSON dumps from the EliFUT/data repository into the dumps directory.

rake db:migrate
rake import_players
rake import_metadata
  • How to run the test suite: rake spec

  • Services (job queues, cache servers, search engines, etc.): None yet

  • Deployment instructions: git push heroku master

About

Rails API and website for the EliFUT Android app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 83.9%
  • HTML 10.2%
  • CSS 4.0%
  • Other 1.9%