An open API service indexing awesome lists of open source software.

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

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
```