This is my shop app.
To get started:
- Download or clone the repo.
- Make dev.js file inside config folder
- Add mongoDB URL info into dev.js file
- Type " npm install " inside the root directory ( Download Server Dependencies )
- Type " npm install " inside the client directory ( Download Front-end Dependencies )
- Type "npm run dev" to run the app locally. The server will run on port 5000. The client will run on port 3000. The port can be changed in ./server/index.js.
The client site will be available at http://localhost:3000/
- Create an account to upload products.
- If the Paypal button is not available, you may need to create a paypal developer account for a sandbox ID. More info available: https://developer.paypal.com/developer/accounts
Thank you!