This project is an implementation of microservice for test exam on back-end ruby developer position, but with Ruby on rails used instead of Sequel, Puma, Sinatra. It provides CRUD operations on records of mad scientists and their inventions. The following technologies are used:
- Ruby as main programming language;
- Ruby on Rails as a fat and magic framework which has done almost everything;
- PostgreSQL as RDBMS;
- RSpec as DSL for tests;
- and also some other libraries which names can be found in
Gemfile
of the project.