http file API A server provide upload and download file. Overview Language: TypeScript Web FrameWork: Express Install modules npm install Build tsc Run nodemon build/server.js API GET /file/:filename POST /file/list PUT /file PATCH /file/:oldFile/:newFile DELETE /file/:filename