Skip to content

ashishrudra/api

 
 

Repository files navigation

Agile Direction API

Dependencies

brew install chromedriver postgresql

Setup

git submodule init && git submodule update --recursive
bin/rake db:create db:migrate db:seed
RACK_ENV=test bin/rake db:create
bin/rake test

Ways to Run the App

bin/foreman start --procfile=Procfile.development # boots UI and API, both in development mode with live reloads
bin/rackup -p 3000 # boots the API
bin/rackup full-stack.ru -p 3000 # boots pre-built UI (non-dev) and API (dev)

Deployment

open "https://toolbelt.heroku.com/" # get the Heroku toolbelt
heroku login
heroku git:remote -a agile-direction-api
git push heroku head:master
heroku open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 87.2%
  • HTML 10.8%
  • CSS 1.6%
  • Other 0.4%