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.
- Host: GitHub
- URL: https://github.com/magicjar/twitterclone.net
- Owner: magicjar
- License: gpl-3.0
- Created: 2022-03-20T02:58:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T02:51:15.000Z (over 4 years ago)
- Last Synced: 2025-05-08T01:47:58.720Z (about 1 year ago)
- Topics: asp-net, asp-net-core, blazor
- Language: C#
- Homepage:
- Size: 380 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```