Giter Site home page Giter Site logo

backend-challenge's Introduction

Invillia recruitment challenge

Startup

  1. Run: docker-compose -f docker/docker-compose.yml up
  2. Run: InvilliaApplication.java

Próximos passos:

  • Criar os testes, como meu tempo foi limitado esse início de semana, acabei me concentrando nas funcionalidades.
  • Adicionar o activemq para tratar os eventos async.

Build Status

Invillia Logo Invillia - A transformação começa aqui.

The ACME company is migrating their monolithic system to a microservice architecture and you’re responsible to build their MVP (minimum viable product) . https://en.wikipedia.org/wiki/Minimum_viable_product

Your challenge is: Build an application with those features described below, if you think the requirements aren’t detailed enough please leave a comment (portuguese or english) and proceed as best as you can.

You can choose as many features you think it’s necessary for the MVP, IT’S NOT necessary build all the features, we strongly recommend to focus on quality over quantity, you’ll be evaluated by the quality of your solution.

If you think something is really necessary but you don’t have enough time to implement please at least explain how you would implement it.

Tasks

Your task is to develop one (or more, feel free) RESTful service(s) to:

  • Create a Store
  • Update a Store information
  • Retrieve a Store by parameters
  • Create an Order with items
  • Create a Payment for an Order
  • Retrieve an Order by parameters
  • Refund Order or any Order Item

Fork this repository and submit your code with partial commits.

Business Rules

  • A Store is composed by name and address
  • An Order is composed by address, confirmation date and status
  • An Order Item is composed by description, unit price and quantity.
  • A Payment is composed by status, credit card number and payment date
  • An Order just should be refunded until ten days after confirmation and the payment is concluded.

Non functional requirements

Your service(s) must be resilient, fault tolerant, responsive. You should prepare it/them to be highly scalable as possible.

The process should be closest possible to "real-time", balancing your choices in order to achieve the expected scalability.

Nice to have features (describe or implement):

  • Asynchronous processing
  • Database
  • Docker
  • AWS
  • Security
  • Swagger
  • Clean Code

backend-challenge's People

Contributors

galhardi avatar jhonnytuba avatar

Watchers

James Cloos 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.