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

https://github.com/angusgmorrison/hyperdrive-api

An API filesystem with AWS integration for a person cloud storage drive. Built on Rails and containerized with Docker.
https://github.com/angusgmorrison/hyperdrive-api

Last synced: over 1 year ago
JSON representation

An API filesystem with AWS integration for a person cloud storage drive. Built on Rails and containerized with Docker.

Awesome Lists containing this project

README

          

# HYPERDRIVE (backend)

[View the React front end here](https://github.com/AngusGMorrison/hyperdrive-frontend)

The critical cyberpunk cloud storage drive you never knew you needed.

**Features:**
* Accepts file uploads for storage in a folder-and-document filesystem private to each user
* Token-based user authentication
* Stores uploaded files in a private AWS S3 bucket
* Streams files to the front end for download
* Full file CRUD
* Custom serializers ensure only essential data is returned with each response
* Variable per-user storage limits
* Containerized with Docker-Compose