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.
Run the following command from the root directory, where Enpal.CodingChallenge.sln
is:
dotnet test
Go to the test-app
subdirectory and run the following commands:
npm install
npm run test