React Single Page :: Made :: Full crud of index row new create edit show

 

React Single Page 

                                       ..............................................................................................



 Step 01:  Make Table in Schema.

 Step 02:  Make controller for that and according to different conditions write the  code in the controller.

 Step 03:  Make the routes for that page in Back end.

 Step 04:  Make Associations with the all others by where we want to pass the id.

 Step 05:  Test the Code at the postman after login by the defined Role for which we can access.

 Step 06:  Create the Folder in Front end 

 Step 07:  Make the service Page and import it in the index(root) page of service 

 Step 08: Make the action page and import it in the index(root) page of action.

 Step 09:  Make the reducer page :: in singular and plural (In singular and plural we define the code )-In our project we take singular and plural reducer in the Code.

 Step 10:  Make the constant page and import it in the root constant.

 Step 11:  Import all pages in App.js

 Step 12:  Make Routes of all pages in App.js


Notes:: 

Note 01  :: After make table + api+ association in backend make it in the controller and test the code.
Note 02  :: Note that Authorization is correct in the services.
Note 03  :: Code will Run and full Crud according to test frontend and backend

   








Comments

Popular posts from this blog

Rails 7 Features :: Comparison with Rails 6 and Rails 5