Skip to content
/ ef-todo Public

Entity Framework TODO API with DotNet, C# and Fluent API Nuget library

Notifications You must be signed in to change notification settings

raulcv/ef-todo

Repository files navigation

Entity Framework API

Using .NET C# and Enity Framework ORM with Postgres Data base. Used some NuGet Packages/Libraries


Run this project on your local machine

You need to have Postgres data base or on some cloud Postgres Service

1: clone with git.

2: open with any code editor like Visual Studio or VSCode.

3: Change your own data base credentials in appsettings.json file.

4: Create a model data base Migration with Entity Framework.

dotnet ef migration add InitialCreate

5: Create Data Base and tables with Entity Framework Migration.

dotnet ef database update

| Finally Run the project

dotnet run

With ❤️ by raulcv

🤗 If you found helpful this repo, let me a star 🐣

Buy Me A Coffee

Releases

No releases published

Packages

No packages published

Languages