https://github.com/femessage/upload-server
🌩Upload to cloud
https://github.com/femessage/upload-server
Last synced: 10 months ago
JSON representation
🌩Upload to cloud
- Host: GitHub
- URL: https://github.com/femessage/upload-server
- Owner: FEMessage
- Created: 2019-11-23T03:11:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T13:00:16.000Z (over 6 years ago)
- Last Synced: 2025-02-22T01:41:34.039Z (over 1 year ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# upload-server
🌩A node.js server that uploads files to cloud
## Api
```sh
post /upload
```
## Dev
```sh
yarn
yarn dev
yarn test
```
## Deploy
```sh
yarn start
```