Skip to content

mydatahack/web-api-example-c-sharp-mysql-actor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Web API Example with MySQL sakila database

ASP.NET Web API and Unit Test example using

  • Entity Framework
  • MySQL
  • NSubstitute
  • FluentAssertions

Method supported

  • GET
  • GET by actor_id
  • POST to create a new record
  • PUT to update an exisitng record by actor_id
  • DELETE to delete record by actor_id

Usage Example

See actorsApiTest.py for API usage. Start the API service and run the python script for integration testing.

About

ASP.NET Web API Example with MySQL sakila database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published