Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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