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

https://github.com/jaserfarhod/personal-blogging-platform-api

A simple RESTful API that powers a personal blog. (C# / .NET)
https://github.com/jaserfarhod/personal-blogging-platform-api

csharp dotnet-core restful-api

Last synced: 6 months ago
JSON representation

A simple RESTful API that powers a personal blog. (C# / .NET)

Awesome Lists containing this project

README

          

# personal-blogging-platform-api
A simple RESTful API that powers a personal blog.

# Tech
- Simple server-side RESTful API
- Built with .NET and C#
- NoSQL database, MongoDB

# Running
```
dotnet run BlogginPlatformApi.csproj
```

# API Documentation
After running, navigate to the Swagger documentation page for available API functionality:
```
https://localhost:/swagger
```