An ASP.NET Core solution for the JSM backend code challenge! Everything is inside a docker container, so that you won't need to setup anything (besides Docker!) on your local workstation.
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/users | returns a list of eligible users (accept the queries: region, type, page, pageSize) |
It's simple as running:
docker-compose up appAnd the app will be acessible through http://localhost:8000!
Again, run:
docker-compose up testsAnd the tests will run inside a container.