Skip to content

Latest commit

History

History
17 lines (12 loc) 路 643 Bytes

README.md

File metadata and controls

17 lines (12 loc) 路 643 Bytes

馃寑 UNWIND (server)

The Unwind application was created to teach users breathing techniques to relax. Watch the video demo.

NOTE: This is the backend repository. View the frontend repo.

Backend developed using Ruby on Rails and postgreSQL

Getting Started

  1. Clone down and cd into this repo
  2. Run "bundle install" to install dependencies
  3. Run "rake db:create"
  4. Run "rake db:migrate"
  5. Run "rails db:seed" to seed the database
  6. Run "rails s" to start the server
  7. Start the frontend using the link above