Lukasz-Kowalik / AuthenticationWithJWT

JWT authentication with MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

JWT authentication with MongoDB


Languages

Language:C# 100.0%