https://github.com/biomousavi/file-service
file upload service using nginx + minio + nestjs.
https://github.com/biomousavi/file-service
fastify minio nestjs nginx typescript
Last synced: 4 months ago
JSON representation
file upload service using nginx + minio + nestjs.
- Host: GitHub
- URL: https://github.com/biomousavi/file-service
- Owner: biomousavi
- Created: 2022-12-25T21:12:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T21:12:29.000Z (over 2 years ago)
- Last Synced: 2025-01-12T11:34:37.500Z (5 months ago)
- Topics: fastify, minio, nestjs, nginx, typescript
- Language: TypeScript
- Homepage:
- Size: 196 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File Upload Service
Implement file upload service using **nginx** + **minio** + **nestjs**.
**Without any buffering.**## Instaliation
Install [Docker and docker-compose](https://www.docker.com/) .
## Start
At the root of the project, run:
```bash
docker-compose build
# and
docker-compose up
```#### Usage Example
