- To start socket server go to
serverfolder. - Provide env variables
APP_URL&API_URLfor frontend and backend server respectively. - Run
npm installorpnpm installto install dependencies. - Start server using
npm run devorpnpm dev(runs in port3000by default).
Socket server must be running while working with the frontend terminal.
- To start frontend go to
webfolder. - Create .env file and provide the env variables shown in .env.example file.
- Run
npm installorpnpm installto install dependencies. - Start server using
npm run devorpnpm dev(runs in port4000by default).
- Typescript, Next.js, Socket.io, MongoDB, Docker, Google Cloud Run