antonioparisi / order_management_system

Ruby technical test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Order Management System

This is a technical test.

Produce an application to manage products and orders. It should not have a GUI. The only interface should be a public REST API.

Usage

Run bundler

bundle install

Run migrations

rake db:migrate RAILS_ENV=test

Run specs

rake spec

About

Ruby technical test


Languages

Language:Ruby 100.0%