Skip to content

cagatayuncu/ASP.NET_Core-UserManagement-WithDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start

Default Token Login

email="Sincere@april.biz"
Password="123123"

Technologies

  • ASP.NET CORE 3.1

  • Repository Design Pattern

  • Entitiy Framework Core (Code First).

  • Docker

  • Swagger

  • SQLite

  • LINQ method

Explanation

I used docker and jwt authentication in this project. I seed the data in this User when the project first starts.

Seed Data

In the Swagger token API, tokens can be obtained using the request body below.

{
   "email": "Sincere@april.biz",
   "password": "123123"
}

The project runs entirely on docker, and I used sqlite so that everyone can use and test it by simply installing docker on their computer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published