This is the API for a sample app created for TDD in Legacy Code Transformation journey
Copy .env.sample
to .env
and update the values accordingly.
Configure the DATABASE_URL
to point to your PostgreSQL database by modifying username, password, and database name.
npm install
npm run dev
Run Unit Tests with Vitest
npm run test:unit
Run Integration Tests with Vitest
npm run test:integration
Run Component Tests with Vitest
npm run test:component
Run Contract Tests with Vitest
npm run test:contract
npm run test
Name | Role |
---|---|
Nauman Zafar | Frontend Engineer |
Muaviya Imran | Frontend Engineer |