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

https://github.com/magicjar/twitterclone.net

Just for fun :smile: too much free time.
https://github.com/magicjar/twitterclone.net

asp-net asp-net-core blazor

Last synced: about 1 month ago
JSON representation

Just for fun :smile: too much free time.

Awesome Lists containing this project

README

          

# TwitterClone

## Requirements

- MySql
- .NET 6.0

## Getting started

Clone

```bash
> git clone https://github.com/magicjar/TwitterClone.NET.git MyTwitter
```

Restore dependencies

```bash
> dotnet restore
```

Migration

```bash
> dotnet ef database update
```

Run

```bash
> dotnet run
```