/loan-application-api

RESTful API using Node.js and TypeScript that simulates a basic loan application process for car and personal finance.

Primary LanguageTypeScript

Loan Application API

A RESTful API using Node.js and TypeScript that simulates a basic loan application process for car and personal finance.

Authors

Requirement

Tech Stack

Node, Express, Zod, Jest, Supertest, Swagger

Run Locally

Clone the project

  git clone https://github.com/tedliang/loan-application-api

Go to the project directory

  cd loan-application-api

Install dependencies

  yarn install

Start the server

  yarn dev

Development

To run tests, run the following command

  yarn test

Format source code with prettier

  yarn format

Find and fix problems in soruce code

  yarn lint

API Documentation

Acknowledgements