This is an application solving a simple code challenge task.
I've decided to use ruby on rails to increase development speed and to have an opportunity to add new features fast in the future. It's using grape and grape-entity gems to expose API, webpacker + vue.js for simple SPA application.
- Ruby 2.7
- Node.js 10+
bundle install
yarn install
rails s
Then you can go to the http://localhost:3000/ to see the result.
You can see API request examples collection inside ./postman
directory