Contact Book API
GitHub Repository
Overview:
A secure and scalable Web API that allows users to manage contact information with full CRUD capabilities and protected routes using JWT-based authentication.
Tech Stack:
- Backend: ASP.NET Core Web API
- Database: In-memory or SQL-based storage
- Authentication: JWT Tokens
Key Features:
- Create, read, update, and delete contact entries
- Secure access with role-based authorization
- Clean and maintainable architecture for scalability
Setup Instructions:
- Clone the repository.
- Configure appsettings.json with JWT secrets.
- Run using .NET CLI or Visual Studio.
- Use Swagger or Postman to test endpoints.