Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peterdee/sharp-basics

C# basics
https://github.com/peterdee/sharp-basics

aspnetcore csharp dotenv dotnet ef-core npgsql swashbuckle

Last synced: 3 days ago
JSON representation

C# basics

Awesome Lists containing this project

README

        

## sharp-basics

Basic things with a C# server

### Launch

Development

```shell script
dotnet watch run ./
```

### Swagger

Swagger API documentation is available at http://localhost:9000/swagger

### License

[MIT](./LICENSE.md)