Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/axendeveloper/dotnet-videos-review-api
- Owner: aXenDeveloper
- Created: 2023-12-14T13:53:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-29T16:23:23.000Z (11 months ago)
- Last Synced: 2024-10-06T16:41:53.078Z (about 1 month ago)
- Topics: dotnet, entity, postgresql
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```