ryrych / lolyglot-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This is backend for lolyglot client

Setup

git clone git@github.com:ryrych/lolyglot-api.git
cd lolyglot-api
rvm install 2.3.1@lolyglot-api
rvm use 2.3.1@lolyglot-api
gem install bundler # if necessary
bundle install
cp config/application.yml.example config/application.yml
cp config/database.example.yml config/database.yml # don't forget to change `user_name`
rake db:create
rake db:migrate
rake db:seed

Run

rails server

Querying API

To test and query API, install Postman. Click here to copy lolyglot config for Postman

About


Languages

Language:Ruby 99.3%Language:HTML 0.7%