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)
- Host: GitHub
- URL: https://github.com/jaserfarhod/personal-blogging-platform-api
- Owner: jaserfarhod
- Created: 2024-07-30T19:02:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T20:45:13.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T14:08:03.852Z (over 1 year ago)
- Topics: csharp, dotnet-core, restful-api
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```