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

https://github.com/anthonychu/20201124-func-aspnet


https://github.com/anthonychu/20201124-func-aspnet

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

```bash
dotnet publish handler/handler.csproj -o handler/publish
func init --custom
func start
```