Storage is a REST API designed for uploading, storing, and managing files in the cloud using S3 and PostgreSQL.
- Programming Language: Go (Golang)
- Web Framework: Gin
- Cloud Storage: S3
- Database: PostgreSQL
- ORM: GORM
Method | URL | Description |
---|---|---|
GET |
/ |
API health check |
POST |
/upload |
Upload a file |
GET |
/:tag/:id |
Retrieve a file |
This project is licensed under the GNU Affero General Public License v3.0.