- This Project has both frontend as well as backend
- Frontend Tech - ViteJs, ReactJs, TailwindCSS.
- BAckend Tech - ExpressJs and MongoDB Atlas/Compass.
- Clone both frontend and server folder
- Frontend:
- open /Frontend in terminal and enter "yarn" command to add yarn dependencies.
- now enter "yarn run dev" or "yarn dev" to run Frontend.
- Backend:
- Open /server in terminal and enter "yarn" command to add yarn dependencies.
- now enter "yarn start" to run server.