/marleyspoon-test

Rails & Vue.js code example

Primary LanguageRuby

Marley spoon web challenge

Build Status

Overview

This is an application solving a simple code challenge task.

Screenshot

Screenshot

Implementation details

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.

Requirements

  • Ruby 2.7
  • Node.js 10+

Installation

bundle install
yarn install
rails s

Then you can go to the http://localhost:3000/ to see the result.

Using Postman

You can see API request examples collection inside ./postman directory