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
- Host: GitHub
- URL: https://github.com/nuclearredeye/api-provider
- Owner: NuclearRedeye
- Created: 2021-08-31T13:34:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T10:19:50.000Z (almost 5 years ago)
- Last Synced: 2025-02-28T22:19:53.231Z (over 1 year ago)
- Topics: kata, nodejs, typescript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).