REST API using ASP.NET Core Web API framework. This API shows how to access our database with [GET], [POST], [PUT] and [DELETE] in my case using MySQL workbench.
- Visual Studio
- MySQL Workbench
git clone https://github.com/ainacodes/REST-API.git
Make sure you have MemberID
, Name
, Email
, Password
and PhoneNumeber
column and enter a few dummy data in it.
You can enter the data through API later on.
In DBConnectionService
file at line 14
fill it with your database credentials.
In Visual Studio
build/rebuild the solution. If there is no error, select IISEXPRESS
to run the code. It will automatically open the browser.