- Node.js
- npm or yarn
- extract zip file
- Install dependencies:
npm installoryarn install - Create a
.envfile with the required configurations (e.g., PORT) - Build the TypeScript code:
npm run startoryarn start
- File Upload: POST
/api/files/upload - Get Uploaded Files: GET
/api/files/list