Step 1:
Run the following
cd client && npm install
cd server && npm install
touch .env (in server directory)
Step 2:
Create the following variables in .env
DB_NAME='your mongodb atlas database name'
DB_USERNAME='your mongodb atlas username'
DB_PASSWORD='your mongodb atlas password'
Step 3:
Run the following
npm start (In Server Directory) npm start (In Client Directory)