https://github.com/sentrionic/olympusnet
The .NET version of the OlympusBlog backend
https://github.com/sentrionic/olympusnet
csharp net-core-5
Last synced: 11 months ago
JSON representation
The .NET version of the OlympusBlog backend
- Host: GitHub
- URL: https://github.com/sentrionic/olympusnet
- Owner: sentrionic
- License: mit
- Created: 2021-06-11T12:56:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-11T12:58:45.000Z (about 5 years ago)
- Last Synced: 2025-06-10T14:09:34.087Z (about 1 year ago)
- Topics: csharp, net-core-5
- Language: C#
- Homepage: https://github.com/sentrionic/OlympusBlog
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OlympusNET
OlympusNET is a backend for the [OlympusBlog](https://github.com/sentrionic/OlympusBlog) using [.NET 5](https://dotnet.microsoft.com/).
## Stack
- Using Clean Architecture and CQRS and MediatR
- [Entity Framework Core](https://docs.microsoft.com/en-us/ef/) as the database ORM
- [ImageSharp](https://github.com/SixLabors/ImageSharp) for image resizing
- [FluentValidation](https://fluentvalidation.net/) for validation
## Getting started
0. Install [.NET 5.0](https://dotnet.microsoft.com/download)
1. Clone this repository
2. Install Postgres and Redis.
3. Open the project in Visual Studio to get all the dependencies.
4. Rename `appsettings.Development.example` in `API` to `appsettings.Development`
and fill out the values. AWS is only required if you want file upload,
GMail if you want to send reset emails.
5. Run `dotnet run -p API`.
6. Go to `localhost:5000/swagger/v1/swagger.json` for a list of all the endpoints.