Skip to content

A simple Shopping-Cart App, created using React Js, Redux, Express and MongoDB,

Notifications You must be signed in to change notification settings

cesar4rroyo/shopcart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Shopping-Cart




How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/cesar4rroyo/shopcart.git

# Go into the repository
$ cd shopcart

# Install dependencies
$ npm install

# Run the app
$ npm start

Important:

  • You must have MongoDB installed.

Note:

  • If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Post data

Using Postman, the data's body must have this structure in JSON format, the images should be at images folder in the public folder. Example:

Dependencies

  1. body-parser
  2. express
  3. mongoose
  4. nodemon
  5. react-redux
  6. redux
  7. redux-thunk
  8. react-router-dom
  9. shortid
  10. styled-components

Example v.1.0

Demo v.1.0

View demo

License

Usage is provided under the MIT License. See LICENSE for the full details.

About

A simple Shopping-Cart App, created using React Js, Redux, Express and MongoDB,

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published