An open API service indexing awesome lists of open source software.

https://github.com/fathy-ahmed/webapicrud

ASP.NET Web API Project
https://github.com/fathy-ahmed/webapicrud

asp-net-core-web-api code-first csharp dotnet ef-core linq mssql restful-api

Last synced: 3 months ago
JSON representation

ASP.NET Web API Project

Awesome Lists containing this project

README

          

# Web API Project

## Overview

This project is a Web API that implements CRUD operations and includes authentication using JSON Web Tokens (JWT). It provides endpoints for user management, including signup and login functionalities.

## Features

- **CRUD Operations**: Full Create, Read, Update, and Delete functionalities.
- **Authentication**: Secure JWT-based authentication.
- **User Management**:
- **Signup**: Register new users and add them to the User Manager.
- **Login**: Authenticate users and generate JWT tokens.