项目作者: codemargaret

项目描述 :
A Rails api connected to a React front end, created by following this tutorial: https://www.sitepoint.com/react-rails-5-1/
高级语言: Ruby
项目地址: git://github.com/codemargaret/ideaboard_api.git
创建时间: 2018-04-19T17:46:27Z
项目社区:https://github.com/codemargaret/ideaboard_api

开源协议:

下载


Ideaboard API

A single page app to store and show ideas, 04.19.2018

By Margaret Berry

Project Goals

My goal was to create a Rails API that would communicate with a separate React front end.

Description

Setup/Installation Requirements

To clone locally, run the following commands in Terminal:

  1. $ git clone this repository
  2. $ cd ideaboard_api
  3. $ bundle install
  4. $ rails db:create
  5. $ rails db:migrate
  6. $ rails db:test:prepare
  7. $ rails db:seed
  8. $ rails s to start the server.

Support and contact details

If you have any updates, questions, or suggestions please contact codeberry1@gmail.com">Margaret or make a contribution.

Technologies Used

  • Ruby-on-Rails
  • ActiveRecord

License

This software is licensed under the MIT license.

Copyright (c) 2018 Margaret Berry