Neha Tiwari

Neha Tiwari

  • NA
  • 802
  • 309

Building MVC Application with CRUD operation

Apr 1 2024 9:26 PM

Hi, I wanted to create an MVC application with Visual Studio and connect it to an SQL database, this application will have multiple entities like Customer, Products, Sales, and Store. All entities will be related to each other. 

I need to create the front end and back end with the following details:

Requirements: 

 

Back-end

  • Create an MVC application that enables the CRUD (Create, Update, Delete) operations.
  • Please add data annotations to the models

 

Front-end

  • React JS components should be written using ES6 classes and jsx
  • Create controlled components. Use state.
  • Use AJAX inside React components to post to/get from the controller
  • Please use plain javascript not typescript
  • Use Semantic-UI-React modals in views

 


Answers (2)