Visit the application at https://slack.knat.dev.
- Rename
.env.example
to.env
and fill in the data. - Run
npm install
oryarn
. - Run
npm build:once
oryarn build:once
. - Run
npm dev
oryarn dev
to start the server. - Configure client (follow the tutorial).
- Typescript
- Node.JS (Running Express and express-graphql
- GraphQL + Type-GraphQL
- GraphQL Subscriptions - using Redis and Redis GraphQL Subscriptions
- Apollo Server
- JWT based authentication
- Mongoose + Typegoose (MongoDB ODM for Typescript).