Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cypher-o/file_upload_download
Allows users to upload & download files to and from the server
https://github.com/cypher-o/file_upload_download
api download typescript upload
Last synced: 24 days ago
JSON representation
Allows users to upload & download files to and from the server
- Host: GitHub
- URL: https://github.com/cypher-o/file_upload_download
- Owner: Cypher-O
- License: mit
- Created: 2024-11-06T21:39:30.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T22:03:43.000Z (about 2 months ago)
- Last Synced: 2024-11-06T22:33:06.707Z (about 2 months ago)
- Topics: api, download, typescript, upload
- Language: TypeScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FILE-UPLOAD-Download
## COMPILE
```sh
tsc
```## RUN
```sh
node ./dist/server.js
```