Talk-io Backend
This is the backend for the chat application.
Technologies Used
- NestJS
- TypeScript
- Jest (For Testing. Will change to Vitest soon)
Get Started
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
Postman Collection
You can find the postman collection for this project here