This repository contains the code for End-to-End (E2E) tests and unit tests.
- PostgreSQL
- Prisma ORM
- Generics (TypeScript)
- TypeScript
- Jest
- Docker Compose
Unit Tests: Test individual components or functionalities in isolation. E2E Tests: Simulate actual user behavior interacting with the application.
Clone the repository:
- npm install
- npm test
- npm test:e2e