My goal was to create a Rails API that would communicate with a separate Angular application.
- User authentication set up with the Devise Token Auth gem
- Cross-Origin Sharing Requests
- Serializers for Question and Answer models that transmit all necessary attributes to the UI
This database is hosted here.
To clone locally, run the following commands in Terminal:
$ git clone
this repository$ cd IntervYou
$ bundle install
$ rails db:create
$ rails db:migrate
$ rails db:test:prepare
$ rails db:seed
- This API uses an Angular front end. Visit this repository and follow the setup instructions there.
$ rails s
to start the server.
If you have any updates, questions, or suggestions please contact Margaret or make a contribution.
- Ruby-on-Rails
- ActiveRecord
This software is licensed under the MIT license.
Copyright (c) 2017 Margaret Berry