All-in-one chat and forums for communities.
- Node.js
- TypeScript
- Apollo Server Express
- graphql-ws
- GraphQL Live Query
- TypeGraphQL
- MikroORM
- PostgreSQL
- Redis
Start dev server:
yarn run dev:web
Build frontend:
yarn run build:web
Environment variables:
VITE_API_DOMAIN
(domain server is running on i.e.api.starsound.in
)
Start dev server with below environment variables:
# start development environment
docker-compose up -d
yarn run dev:server