- Netlify
- Go to : https://emittr-gautham.netlify.app/
- AWS EC2 instance
- Go to : https://emittr.api.gauthamdas.me/
- Redis on the same EC2 instance
- Clone the repo
- Node.js v18.16.0
- Redis latest
cd card-web
- change the
VITE_APP_API_URL
in .env file tohttp://localhost:3000
npm install
npm run dev
cd backend
npm install
npm run dev