Skip to content

This project is a fully functional e-commerce API built using the MERN stack (MongoDB, Express, React, Node.js). It supports CRUD operations for products and their associated reviews, providing a solid foundation for an e-commerce platform.

Notifications You must be signed in to change notification settings

Rhardin378/product-list

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product List

  1. how to install.
  • after cloning the file npm install in the main folder to install server side dependencies
  • cd into product-list-frontend and npm install client side dependencies
  1. how to run. -to run the server, from the main directory npm run start (this will start our server)
  • to run our react app to consume data from our server, cd into our product-list-frontend and npm run dev, this will start our client side app

This project has been created by a student at Parsity, an online software engineering course. The work in this repository is wholly of the student based on a sample starter project that can be accessed by looking at the repository that this project forks.

If you have any questions about this project or the program in general, visit parsity.io or email hello@parsity.io.

About

This project is a fully functional e-commerce API built using the MERN stack (MongoDB, Express, React, Node.js). It supports CRUD operations for products and their associated reviews, providing a solid foundation for an e-commerce platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.4%
  • CSS 25.6%