Skip to content

Rohitesh-Kangle/CustomerDetail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is Asp.net MVC project which communicates with web api to perform operation.

a) In this project, there are four minor module

i) List customer details ii) Add customer details iii) Edit customer details iv) Delete customer details

b) All this is done in Asp.net mvc.

To Execute application please download both the application.

  1. Open the project with Visual studio.
  2. Framework 4.5 is used to develop this project.
  3. Run the web api project (CustomerWebApi) and copy web api url form browser.
  4. Open the Webconfig of mvc project and search for key "WebApiUrl" and replace the copied web api url here. E.g key="WebApiUrl" value="http://localhost:55029/"
  5. Once this is done run your mvc project.
  6. Now you can use this application.
  7. Pre-requites: visual studio, framework and sql server installed.

Note: if possible run both application with administrator rights.

Please find below git link to download CustomerWebAp.

https://github.com/Rohitesh-Kangle/CustomerWebApi.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published