Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/peterdee/sharp-basics
- Owner: peterdee
- License: mit
- Created: 2023-04-05T07:10:45.000Z (almost 2 years ago)
- Default Branch: release
- Last Pushed: 2023-05-26T11:22:18.000Z (over 1 year ago)
- Last Synced: 2024-11-20T14:51:00.556Z (2 months ago)
- Topics: aspnetcore, csharp, dotenv, dotnet, ef-core, npgsql, swashbuckle
- Language: C#
- Homepage: http://localhost:9000
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)