Skip to content

Use Rails and ActiveRecord to build a JSON API which exposes the SalesEngine data schema.

Notifications You must be signed in to change notification settings

nico24687/rales_engine

 
 

Repository files navigation

Rails Engine

CircleCI

Table of Contents generated with DocToc

About

The purpose of this project is to use Rails and ActiveRecord to build a JSON API which exposes the SalesEngine data schema.

Getting Started

This project uses the Ruby on Rails framework, which can be installed from here. Bundler is used to install the gems needed for this application.

In order to run this appication in the development environment, perform the following in the CLI:

bundle install
rake db:create db:migrate
rake import_csv

In order to spin-up the server, run: rails s

Testing

Rspec-Rails is used for testing. Factory_Bot is used to create test data.

In order to run tests, perform the following:

rake db:test:prepare

rspec

Schema

schema

Contributers

Anna Lewis (@anlewi5) Nico Lewis(@nico24687)

About

Use Rails and ActiveRecord to build a JSON API which exposes the SalesEngine data schema.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.8%
  • HTML 0.2%