https://github.com/matheuscfbt/apifuncional
ApiFuncional is a functional API built with C# that provides CRUD operations and JWT-based authorization. This project serves as a solid foundation for developing secure and functional web APIs using modern practices in .NET development.
https://github.com/matheuscfbt/apifuncional
api asp-net-core csharp dotnet entity-framework-core
Last synced: 2 months ago
JSON representation
ApiFuncional is a functional API built with C# that provides CRUD operations and JWT-based authorization. This project serves as a solid foundation for developing secure and functional web APIs using modern practices in .NET development.
- Host: GitHub
- URL: https://github.com/matheuscfbt/apifuncional
- Owner: MatheusCFBT
- Created: 2024-07-31T14:02:31.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T01:55:44.000Z (almost 2 years ago)
- Last Synced: 2025-05-23T11:09:11.309Z (about 1 year ago)
- Topics: api, asp-net-core, csharp, dotnet, entity-framework-core
- Language: C#
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ApiFuncional
ApiFuncional is a functional API developed in C# with a focus on providing basic CRUD operations along with JWT-based authorization. This project is ideal for those looking to build secure and efficient web APIs using .NET.
## Technologies Used
- **C#**: Primary programming language.
- **.NET Core**: Framework used to build the API.
- **JWT**: For implementing authorization.
## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/MatheusCFBT/ApiFuncional.git