Skip to content

CRUD ASP.NET Core API project Utilizing SQL Server Within Entity Framework Core

Notifications You must be signed in to change notification settings

saulgalaviz/valuePlayground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Value Playground

Backend extracurricular project creating CRUD API functionality utilizing ASP.NET Core and SQL server, using Entity Framework Core as the ORM bridge between both.


Concepts: RESTful API, Microsoft SQL Server

Tools: Entity Framework Core, GitHub, Visual Studio 2022

Languages: C#

Demo

Swagger interface displaying API operations.

alt text

SQL Server displaying current values in table.

alt text

Executing GET API to pull all values.

alt text

Executing POST API to construct our Demo Land!

alt text

Executing second GET API requiring unique ID to pull details of created Demo Land.

alt text

Executing PUT API to update some of our values for Demo Land. We're upgrading amenities, imageURL, and rate!

alt text

Executing second GET API to confirm values were updated.

alt text

Executing PATCH API to update the name from Demo Land to Demo World. The new name fits the upgraded amenities.

alt text

Executing second GET API to confirm name was updated.

alt text

Executing DELETE API to delete Demo World. Tourists wanted to experience real experiences and not demos of real amenities.

alt text

Executing second GET API. Our Demo ceased to exist.

alt text

About

CRUD ASP.NET Core API project Utilizing SQL Server Within Entity Framework Core

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages