Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 381 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 381 Bytes

Mern Ecommerce Public

This is my first mern e-commerce!

Quickstart

1.Install dependencies in client:

  cd client
  npm install

2.Install dependencies in server:

  cd server
  npm install

3.Set it up settings in .env

PORT = 8080
JWT_SECRET = YOUR_JWT_SECRET
MONGO_URL = 'YOUR_MONGO_URL'

Authors

@egoRikP