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
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
- Active_model_serializers
- Simplecov -Rails
This application utilizes RSpec for testing.
In order to execute all tests, run the command rspec
in the terminal.