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

https://github.com/kanziw/fastify-multipart-upload-test


https://github.com/kanziw/fastify-multipart-upload-test

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# fastify-multipart-upload-test

## Run
```zsh
$ yarn dev
```

`/upload` path로 file을 key로 하여 multipart/form-data로 요청을 보내면, `uploads` 폴더에 저장됩니다.