Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 191 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 191 Bytes

// Sample of your .env File

PORT=7865 //for backend FRONTEND_URL= //for frontend JWT_SECRET= DB_URI= DB_NAME= Front

// Start backend cd server npm install npm start

// for front end