edb-c / magnum-opus-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAGNUM OPUS API

This is the final - the magnum opus - project for the Flatiron School program.

This is a demo of a client/server application using:

  • Ruby on Rails for backend API
  • React/Redux for frontend
  • Bootstrap for responsive design

This repo is the back-end API application.

For the front-end, please visit: https://github.com/edb-c/magnum-opus-react

Installation

  • Clone this repository from github to your desired directory, cd to magnum-opus-api folder

  • Please check out how to set up local invirontment to run a Rails application.

  • From the terminal type:

$ bundle install
$ rake db:migrate
$ rake db:seed

Usage

  • Type the command below to run rails API in the server side:
$ rails server -p 3001

License

The gem is available as open source under the terms of the MIT License.

About


Languages

Language:Ruby 96.7%Language:JavaScript 2.4%Language:HTML 0.9%