Skip to content

TestTasksDenis/xm-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XM Test Task

Launch project with Docker

docker compose up

If you run backend from docker you have to generate SSL certificate, use next commands for this:

dotnet dev-certs https -ep <PATH_TO_THE_PROJECT>/docker/ssl/aspnetapp.pfx -p crypticpassword

dotnet dev-certs https --trust

Launch Frontend

  • cd <PATH_TO_THE_PROJECT>/frontend
  • ng serve

Launch Backend

  • cd <PATH_TO_THE_PROJECT>/backend/XM-test/XM-test
  • dotnet run

Swagger

https://localhost:5000/swagger/index.html

Tests

I wrote a couple of test witch you can run with command:

  • ng test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published