https://github.com/kleversoncruz/commerce-api
☁️ Ecommerce Web API written in C#/.NET 5
https://github.com/kleversoncruz/commerce-api
api-rest dotnet5 ecommerce entity-framework-core
Last synced: about 1 year ago
JSON representation
☁️ Ecommerce Web API written in C#/.NET 5
- Host: GitHub
- URL: https://github.com/kleversoncruz/commerce-api
- Owner: KleversonCruz
- Created: 2021-10-23T07:25:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-02T00:21:18.000Z (over 1 year ago)
- Last Synced: 2025-03-30T22:11:40.887Z (over 1 year ago)
- Topics: api-rest, dotnet5, ecommerce, entity-framework-core
- Language: C#
- Homepage:
- Size: 771 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ecommerce.API
Hello folks. This is a basic e-commerce API for educational purposes. Feel free to clone and upgrade the project.
### Features
* ✔️ JWT auth.
* ✔️ Pagination support.
* ✔️ Swagger docs.
* ✔️ Written in NET.9
### Installation
```
$ dotnet run -p Commerce.API
```