Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 758 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 758 Bytes

scientists_sockets

mad_scientists project implemented without Sinatra or even Rack

Microservice for accounting mad scientists and their awesome inventions

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.