A simple node.js website to upload and download file.
- Upload file
- Download file
- Colorful UI
- Support dark mode
- Responsive design
- SSL support
- No database required
- Drag and drop file upload
- API support
- Node.js
git clone https://github.com/Edit-Mr/embox.git
cd embox
npm install
node index.js
curl -X POST -F "file=@/path/to/file" http://localhost:3000/api/upload
curl -X GET http://localhost:3000/box/filename
curl -X GET http://localhost:3000/list
Made by Elvis Mao. Quicksand font by Andrew Paglinawan.