Run Backend first, then start Frontend.
git clone https://github.com/RamanKishore08/Survey-Chart.git
cd Survey-Chart
cd backend
npm install express mongoose cors dotenv
node server.js
cd frontend
npm install requirements.txt
npm run dev
Since the backend is deployed with low RAM, so that it will take some time to submit.