CreateAction.md - brainchildservices/curriculum GitHub Wiki

Slide 1

Create

This will add new rows to the menu table, and each entry will have a unique id.

image

Slide 2

As you can see this above image is a Screenshot of a LocalHost:5001/Mentor/Index page from a webapp I created, in this screenshot you can see there is a button called Create New. And Some text and a table with no data in it. so im going to add data in it.

Once you Press the create button we can see that the URL & the page will changed to a different one. in that Page you can see, as shown below

image

Slide 3

This Page will allow you to create a new Mentor data in the database. As per the Example Once you Enter the Details and Press the Create button it will create a new data in your database. To view these changes i can go back to the URL : LocalHost:5001/Mentor/Index it will be reflected there. As Shown Below.

image