Skip to content

AhmedShab/Vidly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vidly

Introduction

I'm working on this project to make a simple movie rental app. The main purpose for this is for me to keep on learning ASP.NET MVC

API

HTTP METHOD POST GET PUT DELETE
CRUD OP CREATE READ UPDATE DELETE
/api/customers Create a new customer Get list of customers Error Error
/api/customers/1 Error Get customer with Id 1 Update a customer with id 1 Delete a customers with id 1

Releases

No releases published

Packages

No packages published