Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 631 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 631 Bytes

MERN E-COMMERCE APPLICATION

Hi! My name is Tushar Biswas, I have developed this social media application with realtime chat feature.

Install Dependencies

For Backend - npm i

For Frontend - cd frontend npm i

Env Variables

Make Sure to add appropriate variables (create "config.env" file in "./config" directory for local server) in order to use the app.

Essential Variables

DB_URI =

JWT_SECRET =

JWT_EXPIRE =

COOKIE_EXPIRE =

CLOUDINARY_NAME =

CLOUDINARY_API_KEY =

CLOUDINARY_API_SECRET =

NODE_ENV = PRODUCTION

** in case of local server add this variable too:

FRONTEND_URL =

PORT =