Skip to content

ThoughtWorksAustralia/android-bootcamp-rest-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Bootcamp REST server

Install

Install MongoDB for OSX

brew install mongo

Clone the repo

git clone https://github.com/dbousamra/android-bootcamp-rest-server

Change directory into the project repo

cd android-bootcamp-rest-server

Install gems

bundle install

Run

Change directory into the project repo

cd android-bootcamp-rest-server

Start the database server

mongod

Start the Sinatra server

ruby app.rb

Rake tasks!

Seed db data

rake db:seed

Drop db data

rake db:drop

Run the specs

rake spec

About

android-bootcamp-rest-server.herokuapp.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 67.8%
  • JavaScript 32.2%