Skip to content
 
 

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages