methods to setups the project 1.via docker 2.raw setup
#setups with docker
before make sure you have correct enviroment variables in your backend/.env
cd frontend
npm install
npm run dev
this command starts frontend
start backend
cd backend
npm run start