Compare commits

...

2 Commits

Author SHA1 Message Date
Ashraf Alam
06f89a0362 Merge 4ff01ea1e3 into e1864bff86 2024-09-26 18:43:01 +00:00
Ashraf Alam
4ff01ea1e3 Servers / New project
EISK Web API is a .net core based open source project that is intended providing developer resources to build scalable restful Web API on top of awesome application architecture. Hopefully developers will be able to get benefited by having access to it via this repo.
2019-04-05 18:35:00 +08:00

View File

@@ -120,6 +120,10 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
## Servers
### ASP.NET Core
* [EISK Web Api](https://github.com/eisk/eisk.webapi) - ASP.NET Core templates with simple use cases to build scalable restful web api with architectural best practices (DDD, Onion Architecture etc). Supports swagger end points ([live demo](https://eiskwebapi.azurewebsites.net/)).
### Directly On Top Of A RMDB
* [postgrest](https://github.com/begriffs/postgrest) - Serve a fully RESTful API directly from an existing PostgreSQL database.