Skip to content

yuhexiong/http-file-api-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published