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: 9 months ago
JSON representation
🎠Minimal Reddit clone
- Host: GitHub
- URL: https://github.com/moritzmla/Reddnet
- Owner: moritzmla
- License: mit
- Created: 2019-03-26T19:55:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T09:48:01.000Z (about 4 years ago)
- Last Synced: 2024-12-19T23:31:24.095Z (about 1 year ago)
- Topics: aspnetcore, clean-architecture, domain-driven-design, dotnet, reddit, solid-principles
- Language: C#
- Homepage:
- Size: 992 KB
- Stars: 131
- Watchers: 7
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.