Skip to content

fabiohk/jsm-codechallenge

Repository files navigation

Code Challenge Juntos Somos+

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.

Endpoints

Method Endpoint Description
GET /api/v1/users returns a list of eligible users (accept the queries: region, type, page, pageSize)

Running the service

It's simple as running:

docker-compose up app

And the app will be acessible through http://localhost:8000!

Running the tests

Again, run:

docker-compose up tests

And the tests will run inside a container.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages