A Rails api connected to a React front end, created by following this tutorial: https://www.sitepoint.com/react-rails-5-1/
My goal was to create a Rails API that would communicate with a separate React front end.
To clone locally, run the following commands in Terminal:
$ git clone
this repository$ cd ideaboard_api
$ bundle install
$ rails db:create
$ rails db:migrate
$ rails db
prepare
$ rails db:seed
$ rails s
to start the server.If you have any updates, questions, or suggestions please contact codeberry1@gmail.com">Margaret or make a contribution.
This software is licensed under the MIT license.
Copyright (c) 2018 Margaret Berry