uses React, Vite, Typescript, Mantine (components library), MongoDB, Express
- Clone the repo
- Run
npm iat the root directory - Run
npm iin the backend and frontend directories to install dependencies - Create .env folder in backend directory with following line: "ATLAS_URI=mongodb://127.0.0.1:27017"
- Run
npm run devin the frontend and backend directories - The frontend will be running on Port 5173, the backend will run on Port 5050