This project was create to manage a library using RESTFUL API and ASPNET CORE. This API allows to Sing in, Log in and reserve books.
To create an Library API where you can reserve any book, create and login user, manage books.
- ASP.NET CORE - Main Framework
- C# - Programming Language
- Swagger - API Documentation
- JSON Web Token - Authentication
- Entity Framework - ORM
- GIT and GitHub - Version Control
- Create, Login User (using authentication)
- Register and Reserve Books
- This API is pretty basic, and can be better adding new functionality
- The code can be refactored (using dependecy injection)
If you’d like to contribute to the project, follow these steps:
- Fork the repository
- Create a branch for your feature
git checkout -b my-feature
- Make changes and commit
git commit -m "Title" -m "What you did"
- Push it
git push origin my-feature
This API was created on a @rocketseat Bootcamp