mad_scientists project implemented without Sinatra or even Rack
This project is an implementation of microservice for test exam on back-end ruby developer position, but without using Puma and Sinatra. It provides CRUD operations on records of mad scientists and their inventions. The following technologies are used:
- Ruby as main programming language;
- Sequel as ORM;
- PostgreSQL as RDBMS;
- RSpec as DSL for tests;
- and also some other libraries which names can be found in
Gemfile
of the project.