This is a server-side API built with Ruby on Rails for a front-end ReactJS project called Hatch. Follow this link to see the front-end application set-up.
This server is hosted on heroku at this link: https://hatch-server-api.herokuapp.com/
- Run
bundle install
to install dependencies - Create
config/database.yml
by copyingconfig/database.example.yml
- Create
config/secrets.yml
by copyingconfig/secrets.example.yml
- Run
bin/rake db:reset
to create, load and seed db - Create .env file based on .env.example
- Run
bin/rails s -b 0.0.0.0
to start the server
- Ruby v2.3.5
- Rails v4.2.6
- Active Record
- HTTParty
- PostgreSQL v0.15
- rack-cors