Skip to content

vmar13/unwind-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌀 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

Releases

No releases published

Packages

No packages published