Showing list of surveys and details of them
- /backend Return JSON responses -> Read backend/Readme.md for understanding backend express project
- /frontend Handling frontend of the project frontend/Readme.md for understanding
cd backend/
npm install
PORT=4000 npm start
cd frontend/
cp .env.example .env
npm i
npm run build
npm run start
Dockerfile has been added to both frontend and backend for future deployments