Skip to content

web-services-perf/rrest_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby REST Server.

Built on

  • Ruby 2.4
  • Rails 5
  • SQLite 3

Setup

bundle # install dependencies

bin/rake db:setup db:seed # database setup and population

Run

bin/rails s