An open API service indexing awesome lists of open source software.

https://github.com/nuclearredeye/api-provider

Kata to create a service which implements the supplied api
https://github.com/nuclearredeye/api-provider

kata nodejs typescript

Last synced: about 2 months ago
JSON representation

Kata to create a service which implements the supplied api

Awesome Lists containing this project

README

          

# Users Service

The goal of this exercise is to start work on creating a service that provides an implementation of the [users service api](./api/users-service.yaml).

Note: A more human readable way to view the API is to view the api in [swagger's online editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/NuclearRedeye/api-provider/master/api/users-service.yaml).

# Some advice
- The exercise is purposely open-ended and there isn't a right or wrong answer. Just approach the problem as you normally would.
- Communicate your thoughts as you go along, it’s helpful for us to learn about your thought processes when working through problems.
- Don’t be afraid to ask questions or ask for help if you need it.
- You’re free to look up information if you need to, so don’t be afraid during the exercise to open up google or stackoverflow and look up what you need.

# Tasks
For approximately 1 hour, work towards achieving the goal(s) below. We don’t expect you to complete everything in the time afforded, so work at a comfortable pace and complete as much as you can.

Using [Node.js](https://nodejs.org/en/) and [TypeScript](https://www.typescriptlang.org/)...

- Create a service that implements the [users service api](./api/users-service.yaml).