Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 531 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 531 Bytes

API for Managing User Data (Pure HTTP using Node.js and TypeScript)

This API provides basic functionality to manage user data using pure HTTP with Node.js and TypeScript.


Before You Begin:

Ensure that you have the correct version of npm installed by running:

npm -v

Installing Dependencies:

npm install

Running in development mode:

npm run dev

Running multi-instance application with node-balancer and Round-Robin distribution:

npm run start:multi

Enjoy!