Stack:
- Backend
cd chat-backend
npm install
- Create .env file in root and paste there:
- JWT_SECRET =
your generated JWT Secret
- DATABASE_URL =
your database (postgres) link
I recommend use neon tech
- JWT_SECRET =
npm run start dev
- Frontend
cd ionic-chat-frontend
npm install
ionic serve