/sell_it

Example project to illustrate the online course "REST API with Ruby on Rails"

Primary LanguageRubyMIT LicenseMIT

README

This is a simple example project, to illustrate the online course REST API with Ruby on Rails (currently available only in french: API REST avec Ruby on Rails on Udemy).

Ruby version

2.4.0

Configuration

Perform a bundle install to install every needed gem.

Database

Simple SQLite database, just run rails db:setup.

Run the test suite

Run rspec.