Skip to content

zero-point-one-x-engineer/xe-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XE coding challenge.

Solution to Xrysi Eukeria's ratings coding challenge.

Getting started

Prerequisites

To start Postgres:

docker-compose up

and to start the api:

dotnet run --project .\src\Xe.Ratings.API\

To simulate signed-in users the API is checking for the presence of a valid JWT tokens.

To generate one:

cd .\src\Xe.Ratings.API\ && dotnet user-jwts create

To run the tests (requires Docker):

dotnet test

If you're using Thunder Client there's also an HTTP request collection in ./thunder-tests

Libraries used

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages