Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 262 Bytes

File metadata and controls

27 lines (18 loc) · 262 Bytes

Setup .env file

MONGODB_URI=...
PORT=5001
JWT_SECRET=...

CLOUDINARY_CLOUD_NAME=...
CLOUDINARY_API_KEY=...
CLOUDINARY_API_SECRET=...

NODE_ENV=development

Build the app

npm run build

Start the app

npm start