TemoElizbarashvili / Lemondo.Libary.API

Web API for Library Management A Web API for managing a library, where users can: Add books and their authors Edit and delete books and authors Change the availability status of books Features include: User registration and login JWT token-based authorization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚨 Important: Update Your AppSettings! Before you build and run this project, make sure to update the appsettings.json file with your own configurations. Here are the key settings you need to change:

JWT Settings Replace the values with your own secret key, issuer, and audience.

"JWTSettings": { "Key": "YourSuperSecretKey", "Issuer": "YourIssuer", "Audience": "YourAudience" }

Connection Strings Update the DevConnection value with your actual database connection string.

"ConnectionStrings": { "DevConnection": "YourDatabaseConnectionString" }

About

Web API for Library Management A Web API for managing a library, where users can: Add books and their authors Edit and delete books and authors Change the availability status of books Features include: User registration and login JWT token-based authorization


Languages

Language:C# 96.5%Language:Dockerfile 3.5%