This is the backend for the chat application.
- NestJS
- TypeScript
- Jest (For Testing. Will change to Vitest soon)
To use this codebase to build upon, clone this project locally and run pnpm i
to install all dependencies.
Basic Scripts
- Start development server
pnpm start:dev
- Run Tests
pnpm test:watch
- Build Project
pnpm build
You can find the postman collection for this project here