
A Simple Twitter clone using Domain Driven Design, Blazor and .NET Maui
Report Bug
·
Request Feature
Table of Contents
![Product Name Screen Shot][product-screenshot]
Kwetter is a Twitter clone built with .NET 7, Asp.NET Core, and Domain Driven Design (DDD) principles. It allows users to create an account, post short messages (known as "kweets"), follow other users, and view a timeline of their own and their followed users' kweets.
- .NET 7
- ASP.NET Core
- Entity Framework Core
- Blazor WASM
- Hybrid Maui
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- .NET 7.x SDK
- SQL Server
- Clone the repository to your local machine
git clone https://github.com/Stijn-Rutten/Kwetter.git
- Navigate to the Kwetter Directory
cd Kwetter
- Restore Nuget Packages
dotnet restore
No thanks 🙂
Distributed under the MIT License. See LICENSE.txt
for more information.
Project Link: https://github.com/Stijn-Rutten/Kwetter