GameGO V2 is the second iteration of the Road to Hire Coding Apprenticeship Ecommerce project, requiring apprentices to build a Ecommerce web application on the React framework connected to a backend server using Node.js and Express.js. This application also utilizes a MySQL database to pull data for products, cart, and users.
- Filter/Sort Products
- Individual Page for each product
- Add to cart & bind cart to user
- Login/Register Page
- User settings page for CRUD
Vercel
https://game-go-v2.vercel.app/
Install GameGO V2 with npm
npm i
cd gamegov2