AndroidStuff / android-bootcamp-rest-server

android-bootcamp-rest-server.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Ruby 53.5%Language:HTML 24.9%Language:JavaScript 21.7%