Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 372 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 372 Bytes

zmUploader

tiny nodejs file uploader system.

1. prepare require package

this project use nodejs and mongodb support the backend service, you should install these package first.

2. install

clone the project

cd project

	npm install

3. start http server

	npm start

Ok, the server listening on http://localhost:8000.

enjoy it!