- Create .env file in root of backend folder
- Go to Google Developer Console and set up Web Application Credentials. Enable profile scope and the Google Calendar API
- Set GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, DB_CONNECTION_CLOUD, PORT, OUR_URL, OUR_REACT in .env file
- Make sure ip is allowed if using MongoDB Atlas
- Just "npm install" for backend and frontend and run npm start for both to start the servers!
PORT=
DB_CONNECTION_CLOUD=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
OUR_URL=http://localhost:4000
OUR_REACT=http://localhost:5173