Skip to content

fsegouin/vesta-fileserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vesta-fileserver

Node.js fileserver with Express and Multer.

Used in our Vesta project to host images.

API

Usage

To run the server :

npm start

POST /api/photo with encoding type "multipart/form-data".

The API will reply with "Error" if file is not a jpg or too big (> 4MB). Otherwise, it will give you the full URL of the uploaded file.

About

Node.js fileserver with Express

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published