Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chouhanaditya/colorsapi
This is a demo API which performs CRUD operations in attached sample Colors.JSON file.
https://github.com/chouhanaditya/colorsapi
asp-net-core docker dockerhub elasticsearch elk-stack repository-pattern serilog serilog-sink swagger swagger-ui
Last synced: about 2 months ago
JSON representation
This is a demo API which performs CRUD operations in attached sample Colors.JSON file.
- Host: GitHub
- URL: https://github.com/chouhanaditya/colorsapi
- Owner: chouhanaditya
- Created: 2020-06-05T15:45:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:40:24.000Z (about 2 years ago)
- Last Synced: 2023-06-10T15:05:40.088Z (over 1 year ago)
- Topics: asp-net-core, docker, dockerhub, elasticsearch, elk-stack, repository-pattern, serilog, serilog-sink, swagger, swagger-ui
- Language: C#
- Homepage:
- Size: 1.57 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ColorsAPI
This is a demo API which performs CRUD operations in attached sample colors.JSON file. This is just a dummy API which I created to
practice below things-1) Perform CRUD operations on JSON data.
2) Enabled Swagger for this API.
3) API demonstrates ideal repository pattern architecture.
4) Added Docker support and docker image is uploaded on the Docker Hub.
5) Implemented ELK logging using Serilog.
6) Added JWT Authentication