A RESTful API using Node.js and TypeScript that simulates a basic loan application process for car and personal finance.
Node, Express, Zod, Jest, Supertest, Swagger
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
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
- Visit: http://localhost:3000/docs
- Download OpenAPI specification: http://localhost:3000/docs.json