Skip to content

emmiehayes/rales_engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rales-Engine

Project Spec

Rales-Engine is a JSON API built with Ruby, Rails and Activerecord. It’s purpose is to expose SalesEngine data schema.

9/3/2018: Implement API Documentation & Swagger UI

swagger-screen

Accessing Rales-Engine

git clone [email protected]:emmiehayes/rales_engine.git
cd rales_engine
bundle update
rake db:{drop,create,migrate}
rake import:all
rails s
visit localhost:3000 from the command line for Swagger UI interface

Gems Utilized

  • Active_model_serializers
  • Simplecov -Rails

Testing

This application utilizes RSpec for testing.
In order to execute all tests, run the command rspec in the terminal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published