Ecosyste.ms: Awesome

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

https://github.com/moritzmla/Reddnet

🎭 Minimal Reddit clone
https://github.com/moritzmla/Reddnet

aspnetcore clean-architecture domain-driven-design dotnet reddit solid-principles

Last synced: 27 days ago
JSON representation

🎭 Minimal Reddit clone

Lists

README

        


Reddnet


A simple open source mini Reddit written in .NET 6.0 with ASP.NET Core.


## Getting Started
Use these instructions to get the project up and running.

### Prerequisites
You will need the following tools:

- [Visual Studio Code or Visual Studio](https://visualstudio.microsoft.com)
- [.NET 6 SDK](https://dotnet.microsoft.com/download)
- [Postgresql](https://www.postgresql.org/download)

### Setup
Follow these steps to get your development environment set up:

1. Clone the repository
2. At the root directory, restore required packages by running:

```
dotnet restore
```
3. Next, build the solution by running:

```
dotnet build
```
4. Next, execute the project by running:

```
dotnet run
```

## Technologies
- .NET 6
- ASP.NET Core 6
- Entity Framework Core 6
- Postgresql

# Images


















## License
Distributed under the MIT License. See `LICENSE.txt` for more information.