₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,109 members, 8,420,379 topics. Date: Thursday, 04 June 2026 at 06:08 PM

Toggle theme

Walkthrough Of My Fullstack Web Application - Programming - Nairaland

Nairaland ForumScience/TechnologyProgrammingWalkthrough 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
1 Reply

My Thoughts On Fullstack Web DevelopmentJourney To Being A FULLSTACK Web DeveloperReact + Node Js : Fullstack Web Development Training234

Who Said Php Can't Make Async CallsSomething For TechiesHow To Install & Configure Snort IDS On Ubuntu