Walkthrough Of My Fullstack Web Application - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › Walkthrough Of My Fullstack Web Application (583 Views)
1 Reply
| Walkthrough Of My Fullstack Web Application by GeoAfrikana(op): 6:19pm On Feb 03, 2022 |
GOAL Migrate existing data to the database using python script. Then create a GraghQL-enabled Django backend and React frontend featuring Context API. Technologies I used Django Graphene GraphQL React Context API Docker Required Backend Features Create a Product model Create a command to migrate the products data above into the database Create a GraphQL endpoint to return all the products to the frontend Encapsulate your back-end services in docker containers Required Frontend Features Create a products page to show the GraphQL fetched products in cards with appropriate product data (name, price, pictures, etc.). Each product should have an "Add to cart" button On click add to cart, show cart summary component as an overlay and add the product to the cart. d) Allow increment (+), decrement (-) and delete functionality on each cart item in the cart https://www.youtube.com/watch?v=fAyIgz79EU8 |
My Thoughts On Fullstack Web Development • Journey To Being A FULLSTACK Web Developer • React + Node Js : Fullstack Web Development Training • 2 • 3 • 4
Who Said Php Can't Make Async Calls • Something For Techies • How To Install & Configure Snort IDS On Ubuntu