This project is a library application built with .NET 8 using a classic architecture. It includes Swagger integration for API operations.
- Admin operations such as adding books, adding authors, and associating authors with books are available.
- API operations can be tested easily using the Swagger interface.
- Frontend Project: There is a separate repository for the frontend part of this project.
-
Clone the repository:
git clone https://github.com/atillagungor/library-app.git cd library-app
-
Restore dependencies:
dotnet restore
-
Run the project:
dotnet run
-
Access the Swagger interface in your browser:
Go to https://localhost:{port}/swagger.
You can access and test the API endpoints using the Swagger interface. For more information about the project and how to contribute, check out the Frontend Project.
This project is licensed under the MIT License. For detailed information, see the LICENSE file.