Skip to content

datumbrain/tasker-api

Repository files navigation

Tasker API

CI Build & Publish to Docker Hub

This is the API for a sample app created for TDD in Legacy Code Transformation journey

Getting Started

Setup .env

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.

Install Dependencies

npm install

Start the server

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

Run All Tests

npm run test

Contributors

Name Role
Nauman Zafar Frontend Engineer
Muaviya Imran Frontend Engineer