README.md
README.md
Setup postgres in your desktop or start a docker instance
Run npm install on both the /frontend and /backend folder seprately
setup the .env files using the .env_example and then run the following commands
cd /frontend
npm run dev //this will start your frontend
Open a new terminal
cd /backend
npm run start //this will start your backend