Skip to content

reaphq/ts-interview-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Challenge: Customer Onboarding API (will turn this into repo)

Objective: Create a simple Customer Onboarding API using Express and TypeScript. The API should allow users to fetch required onboarding tasks and submit data to complete them. The initial tasks should be fetched from an external API.

Requirements:

Onboarding Tasks API Endpoints:

GET /onboarding-tasks: List all required tasks.

POST /onboarding-tasks/:id/complete: Complete a task by submitting data.

File Structure:

Organize your code into feature-based folders (e.g., onboarding-tasks/ containing related files).

Instructions for the Candidate:

  1. Fork the Provided Repository:

    • Clone the repository and create a new branch for your work.
  2. Implement the Required Features:

  3. Version Control:

    • Raise a PR with a descriptive message.

About

Repo for TS technical exam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published