This is a pnpm monorepo with Express + Mongoose/Mongodb backend and React + Vite frontend.
- Install pnpm.
- Setup MongoDB Atlas Database
- Copy .env.example and rename to
.envand enterMONGO_URLfrom your MongoDB Atlas Database. - Run
pnpm install - Start with
pnpm start.