Skip to content

A simple WebAPI written in C# that uses the Entity Framework ORM and the Npgsql Driver to enable a CRUDy interaction with the Postgres Database.

Notifications You must be signed in to change notification settings

csharpie/dogshop-postgres-webapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

dogshop-postgres-webapi

A simple WebAPI written in C# that uses the Entity Framework ORM and the Npgsql Driver to enable a CRUDy interaction with the Postgres Database.

Oh, and it uses a Dog Shop as an example.

Find the Postgres SQL script called dogshop.sql, inside the parent DogShop folder and run that. It will create the database, dog table, and seed the table.

About

A simple WebAPI written in C# that uses the Entity Framework ORM and the Npgsql Driver to enable a CRUDy interaction with the Postgres Database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published