Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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