This is the webapi version of previous asp.net mvc crud(https://github.com/Ravinduprasath/AspNetMvc-Restaurent)
- Used Nuget Packages
🖤 Dapper 2.0.90 Or Dapper.SimpleCRUD 2.3.0
🖤 Microsoft.Data.SqlClient 3.0.0
👓 Get foodlist - Get (https://localhost:5001/api/food)
👓 Create Order - Post (https://localhost:5001/api/order)
👓 View Order - Get (https://localhost:5001/api/order/13005)
👓 Update Order - Put (https://localhost:5001/api/order)
Updated Order
👓 Delete Order - Delete (https://localhost:5001/api/order/13005)
- Restore FoodDatabase.bak Using SSMS
- Change Connection String In DataLibrary -> DataAccess -> GetCon()