Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/axendeveloper/dotnet-videos-review-api

(CURD) dotnet (.NET) for videos with database
https://github.com/axendeveloper/dotnet-videos-review-api

dotnet entity postgresql

Last synced: 13 days ago
JSON representation

(CURD) dotnet (.NET) for videos with database

Awesome Lists containing this project

README

        

# (.NET) Videos Review API

This is a simple API that allows you to create, read, update and delete (CRUD) videos reviews.

## ⚠️ Requirements

- [.NET 8.0](https://dotnet.microsoft.com/download/dotnet/8.0)
- [Docker](https://www.docker.com/products/docker-desktop)

## 🧰 Install

### Docker

```
docker-compose -f ./docker-compose.yml -p dotnet_videos up -d
```

### dotnet-ef

```
dotnet tool install --global dotnet-ef
```

### Update Database

```
dotnet ef database update
```

## 🛠 Developer Server

```
dotnet watch run
```

## 🛠 Run

```
dotnet run
```