[WIP] Cloudvest - A simple google-drive-like tool
This application safely and securely stores your file in the cloud.
Stack:
- language: Go
- Web framework: Fiber
- Cloud storage: AWS S3
- Database: PostgreSQL
- Go compiler (download at https://golang.org)
- Docker
Base Endpoint: https://cloudvest.herokuapp.com/api/v1
Auth endpoints:
POST body: { name : string, email: string, password: string }
POST body: { email: string, password: string }
POST body: { file: Formdata }
GET
GET
DELETE
Folder endpoints:
POST body: { name: string }
POST body: { file: Formdata }