This is the back-end for Fitness Tracker
- Ruby version 2.6.1
- Postgres DB
- API only
git clone git@github.com:DangerN/mod-3-server.git
cd mod-3-sever
- Have Postgres running locally
rails db:create
rails db:migrate
rails c
User.create(name: "example", email: "example@ex.com")
ctrl-d
rails s
A new back-end is being developed for the latest iteration of this app. You may view it here.