Code Monkey home page Code Monkey logo

backend-challenge's Introduction

Challenge for Backend Developer

To better assess a candidate's development skills, we would like to provide the following challenge. This is intended to be developed in a pair programming session within an hour of time. It's allowed to use documentation and online resources.

Prerequisites

Option one

Option two

Installation

Clone the project

git clone [email protected]:AmbulnzLLC/backend-challenge.git && cd backend-challenge/

Generate a Node.js or Ruby project. You can add libraries of your choice, but be ready to describe them.

Please set up up your working environment before the interview (working Node.js or Ruby, MySQL) so we don't spend time installing anything.

Project description

Pizzeria

The application serves the purpose of ordering pizza online.

The following entities should be created (including proper relations):

  • pizza type - has a name and price (e.g. Margherita $5, Pepperoni $6, ...)
  • order - has items
  • order item - has a pizza type and quantity

On the homepage, list of orders with total prices should be shown.

On a "Create Order" screen, the user can select pizza types and amounts, add to the order, see current total, and place (save) the order.

Additionally, the following JSON API should be provided:

  • list of orders
  • details of an individual order

Optional features:

  • meaningful model validations (e.g. item amount > 0)
  • order bonuses (e.g. 5% cheaper when total over $50, 10% cheaper when total over ...)
  • authentication
  • tests
  • whatever interesting you'd like to do

Evaluation

Our goal is to find answers to those questions:

  • Do you understand the chosen stack, framework, and MVC pattern in general?
  • Can you design interfaces that are clear and easy to use?
  • Do you master your working environment?

Due to the limited time consider the following:

  • It is not important to have a fully functional application at the end
  • The goals might shift during the interview as we discuss the work flow
  • The front-end does not have to be beautiful

Levels of functionality:

  • basic - items mentioned in description work
  • above average - some optional features
  • exceptional - getting tests to continuously build, deploy to heroku, etc.

backend-challenge's People

Contributors

denblackstache avatar ariambulnz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.