This is a web API project and developed with .Net Core 6. It is developed in multi layered architecture. Basically there is contains a JWT token generation and verification structure.
- First edit the database connection sentence on appsettings.json on after download the project.
- Then run the project, the database should be created automatically.
- Add a user to the auth/register endpoint and log in from the auth/login endpoint.
- Pass the generated bearer token to your request header and you can use other endpoints.
- enjoy your work