/space-api

Primary LanguageRubyMIT LicenseMIT

Build Status Coverage Status Code Climate

Space API

Requirements

Installation

$ gem install bundler
$ bundle install

Database

Update settings from config/database.yml.

Then create and migrate database :

$ bundle exec rails db:create
$ bundle exec rails db:migrate

Launch

$ bundle exec rails server

Launches app server on http://127.0.0.1:3000.

Test

$ bundle exec rspec