To run the project run the following commands
- add your own mongodb url in the mongoose.connect() function in mongoose.js file in lib folder of server
- run the following commands in the terminal
- npm i -g pnpm
- cd backend
- pnpm install
- pnpm run dev
- open another terminal and run the following commands
- cd frontend
- pnpm install
- pnpm run dev