Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ydv-ankit/file-uploader
upload any file and get url to reach to the file
https://github.com/ydv-ankit/file-uploader
Last synced: 11 days ago
JSON representation
upload any file and get url to reach to the file
- Host: GitHub
- URL: https://github.com/ydv-ankit/file-uploader
- Owner: ydv-ankit
- License: mit
- Created: 2024-06-08T18:22:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T10:20:33.000Z (7 months ago)
- Last Synced: 2024-06-13T13:13:28.452Z (7 months ago)
- Language: TypeScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# File Uploader : cloud-based file storage server
---
## > APIs
| type | path | description |
| - | - | - |
| user | ```/api/users/new``` | create new user |
| user | ```/api/users/user/:userId``` | get user details |
| file | ```/api/file/uplaod``` | upload new file |
| file | ```/api/file/get/:fileId``` | get file details |## > contribution
1) fork the repo
2) clone forked repo locally
```bash
git clone [email protected]:[your-username]/file-uploader.git
```
3) create new branch
```bash
git checkout -b [my-issue]
```
4) make changes to codebase
5) save changes
```bash
git add . && git commit -m "[your message]"
```
6) push changes to github
```bash
git push [remote-repo] [branch-name]
```
7) go to github and raise a pull request