Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 521 Bytes

File metadata and controls

16 lines (11 loc) · 521 Bytes

Backend Test Task

The Task

Create a service that can be used as a serverside for a hypothetical TodoMVC application.

  • Fork this repo
  • Add CONTRIBUTORS.md with your name in it
  • Code
  • Submit a new pull request to this repo

Requirements

  • The service provides a REST API.
  • API described in according with OpenAPI 3.0.2.
  • Pull request must contain executable application if you use golang.