Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 341 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 341 Bytes

CatCorp

You'll never be unproductive again.

Running

Frontend

cd frontend
npm install
npm run dev

Backend

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