cd frontend npm install
cd backend npm install
make a .env file for environment variables in the backend
npm run dev (for starting the backend server)
npm start (for starting the frontend - react server)