Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 359 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 359 Bytes

URLToday

image

How to Setup Project

yarn
touch .env    // This .env file should contain the PORT & MONGODB_URI Variables
yarn dev      // To Activate the backend server
cd frontend && yarn
yarn serve    // To Activate the frontend server