https://github.com/deliocoder/git-amazon-mern
Amazon With MERN stack is being development 🚧
https://github.com/deliocoder/git-amazon-mern
express mongodb nodejs react redux
Last synced: 11 months ago
JSON representation
Amazon With MERN stack is being development 🚧
- Host: GitHub
- URL: https://github.com/deliocoder/git-amazon-mern
- Owner: DelioCoder
- Created: 2020-08-28T01:02:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T23:19:07.000Z (over 5 years ago)
- Last Synced: 2025-01-14T11:02:40.054Z (about 1 year ago)
- Topics: express, mongodb, nodejs, react, redux
- Language: JavaScript
- Homepage:
- Size: 5.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## AMAZON WITH REACT AND NODE 👨💻
Hi everyone 👋! This is my second project with the stack of MERN .
In this case i gonna build a little E-commerce like to amazon so enjoy it!
Clone this repository and follor this steps:
### Dependencies for nodeJS:
' npm i @babel/cli @babel/core @babel/node @babel/present-env nodemon --save-dev '
' npm i body-parser cors dotenv jsonwebtoken mongoose'
### Dependencies for reactJS ⚛️:
' npm i react react-router-dom redux react-redux redux-thunk js-cookie dotenv axios '
#### Initialize the project:
put this commands into the terminal for execute mongo, node and react :D
##### MongoDB: mongod
##### React: npm start
##### NodeJS:
npm start ('In this case you have to add a script in 'Scripts' within package.json: "start": "nodemon --watch backend --exec babel-node backend/src/index.js"')
Images:


