How to start the Frontend
- cd Frontend
- npm install ( to install all the dependencies)
- npm run dev
- visit localhost:5173/signup
- make sure ur password is safe, no need to worry, I will steal it tho :)
How to start the Backend
- cd Backend
- npm install ( to install all the dependencies)
- npm run dev
YAYY YOU GOOD :)
Demo :)