Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)