8000 GitHub - cevaris/file-server-js: Heroku, Typescript, Node/Express HTTP FIle server
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Heroku, Typescript, Node/Express HTTP FIle server

Notifications You must be signed in to change notification settings

cevaris/file-server-js

Repository files navigation

File Server JS

File HTTP Server

** Compile on file change ** ./node_modules/.bin/tsc --w

** Start Local Server ** npm start

** Run integration tests ** npm run test-integration

curl -v localhost:3000/ curl -v -X POST -F "file=@$HOME/Desktop/clouds.jpg" localhost:3000/files.json

curl -v -X POST -F "file=@$HOME/Desktop/clouds.jpg" https://calm-anchorage-06829.herokuapp.com/files.json open https://calm-anchorage-06829.herokuapp.com/files/clouds.jpg

Resources

About

Heroku, Typescript, Node/Express HTTP FIle server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0