/techhustle_api

Rails API for serving data to React front end

Primary LanguageRuby

README

All Available EndPoints in Production: http://powerful-stream-11261.herokuapp.com/ (most require authentication)

To Run Locally

git clone https://github.com/dphilla/techhustle_api

rake db:create migrate seed

rails s