Skip to content

Lukasz-Kowalik/AuthenticationWithJWT

Repository files navigation

How to run:

Database:

Run docker-compose from main path run:

docker-compose up

MongoDb is on lokalhost with port 27017

MongoExpress is on http://localhost:8081/

You can login with:

Login: admin Password: password

App:

In the main path run:

dotnet run --project .\BackEnd\BackEnd.csproj

Swagger is aveliable on: http://localhost:5000/swagger/index.html