Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidgoyal/ecommerce
This is a MERN Stack ECommerce Website.
https://github.com/davidgoyal/ecommerce
Last synced: 8 days ago
JSON representation
This is a MERN Stack ECommerce Website.
- Host: GitHub
- URL: https://github.com/davidgoyal/ecommerce
- Owner: DavidGoyal
- Created: 2024-06-09T16:32:31.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-19T05:54:53.000Z (8 months ago)
- Last Synced: 2024-11-26T03:28:22.037Z (2 months ago)
- Language: JavaScript
- Size: 333 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MERN E-COMMERCE
Hi! My name is **David Goyal**, I have created this website to learn MERN Stack.
# Install Dependencies
**For Backend** - `cd Backend` ` npm i`
**For Frontend** - `cd Frontend` ` npm i`
## Env Variables
Make Sure to Create a config.env file in backend/config directory and add appropriate variables in order to use the app.
**Essential Variables**
PORT=
DB_URI =
STRIPE_API_KEY=
STRIPE_SECRET_KEY=
JWT_SECRET=
JWT_EXPIRE=
COOKIE_EXPIRE=
SMPT_SERVICE =
SMPT_MAIL=
SMPT_PASSWORD=
SMPT_HOST=
SMPT_PORT=
CLOUDINARY_NAME
CLOUDINARY_API_KEY
CLOUDINARY_API_SECRET
_fill each filed with your info respectively_## Author
**LinkedIn** Click [Here](https://www.linkedin.com/in/david-goyal)