DailyStand API Rails App

Built using the follow technologies

Setup Development

  1. Pull down the repo using git clone https://github.com/nearbycoder/dailystand-server
  2. cd dailystand-server
  3. Run bundle install to download the latests packages.
  4. run rails db:create to create the database
  5. run rails db:migrate to migrate the database
  6. run rails s to start the server