C# CRUD Rest API using .NET 7, ASP.NET, Entity Framework, Postgres, Docker, Docker Compose

preview_player
Показать описание
In this video, we will build a CRUD Rest API in C# (or C sharp) using:
- .Net 7
- ASP.NET (Framework)
- Entity Framework (ORM)
- Postgres
- Docker
- Docker Compose

GitHub Repository:

Find Francesco:
0:00 Intro: requirements, project initialization, dependencies. Test
16:18 Docker: Dockerfile (multi-stage build), Docker Compose. Running Containers. Create Postgres table
24:35 Test the app: Postman, docker exec, TablePlus
Рекомендации по теме
Комментарии
Автор

0:00 Intro: requirements, project initialization, dependencies. Test
5:09 Code the App: Configuration. User Model. User Context, User Controller, Program.cs
16:18 Docker: Dockerfile (multi-stage build), Docker Compose. Running Containers. Create Postgres table
24:35 Test the app: Postman, docker exec, TablePlus

francescociulla
Автор

Would love to see you doing AUTH with login system as a series like you did with this one and rust etc...

ranveerancharaz
Автор

Nice tutorial. But how would we proceed with we used entity framework ORM to create and migrate the database in the docker container?

garryhamilton
Автор

What are you using for auto complete? That is not a normal intellisense. Github co-pilot?

technicalnepaltuts
Автор

Is there a way to run database migrations from dockercompose?

Addw
Автор

i'm having this problem, i already install the sdk and change de path values. but nothing changes.

RennanMendesSerenzaRennan
Автор

the docker image, is not on docker hub more.

RennanMendesSerenzaRennan
Автор

Can i run you container in my system? if i have different uid and password for Prostgrese

maheshrath
Автор

you pissed me off at the testing part u just jumped on it i got lost

Devanetworks