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
- Host: GitHub
- URL: https://github.com/fathy-ahmed/webapicrud
- Owner: Fathy-Ahmed
- Created: 2024-09-08T20:50:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T13:15:30.000Z (over 1 year ago)
- Last Synced: 2025-10-29T02:43:20.004Z (7 months ago)
- Topics: asp-net-core-web-api, code-first, csharp, dotnet, ef-core, linq, mssql, restful-api
- Language: C#
- Homepage:
- Size: 14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.