Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vbsantos/csharp-notes-api
REST API made with .NET C# for taking and organizing Notes
https://github.com/vbsantos/csharp-notes-api
api crud csharp docker docker-compose dotnet-core mongodb nosql oop rest swagger
Last synced: 22 days ago
JSON representation
REST API made with .NET C# for taking and organizing Notes
- Host: GitHub
- URL: https://github.com/vbsantos/csharp-notes-api
- Owner: vbsantos
- Created: 2022-04-10T22:28:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T01:34:47.000Z (almost 3 years ago)
- Last Synced: 2024-11-11T01:28:43.955Z (3 months ago)
- Topics: api, crud, csharp, docker, docker-compose, dotnet-core, mongodb, nosql, oop, rest, swagger
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes API
API for taking and organizing notes
---
## To run container
```bash
docker-compose up
```It will be running at [localhost:5000](http://localhost:5000/swagger)