You'll never be unproductive again.
cd frontend
npm install
npm run dev
You must first copy the Backend/.env.example
file to Backend/.env
, then fill in the environment variables.
VITE_CONN_STRING
is the MongoDB connection string.
cd backend
npm install
npm run dev