Simple Post getter and setter live API project using asp.net core with Swagger
Have a look: https://hashnotes.herokuapp.com
- Clone the repository
- Open in Visual Studio 2019
- Make sure you have ASP.net Core 3.0 installed
- Build Application
- Feel Free to RUN 💥
- can use for a CRUDS operation
public class Post
{
public Guid Id { get; set; }
public string Title { get; set; }
public string Descriptions { get; set; }
}
[
{
"id": "63d0f320-e36b-459f-8468-a545f600e275",
"title": "Ki Obostha ??",
"descriptions": "Valo"
}
]