Skip to content

capybartender/coding-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Challenge (Appointment Booking)

How to run the API:

Run the following command from the root directory, where compose.yaml is:

docker compose up

or

docker compose up -d

This will build and start a container with the API and DB inside.

How to run the xUnit tests:

Run the following command from the root directory, where Enpal.CodingChallenge.sln is:

dotnet test

How to run the js client tests:

Go to the test-app subdirectory and run the following commands:

npm install
npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published