Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/huming2207/syncify

Yet another self-deployable/self-hosted Storage-as-a-Service and data syncing platform
https://github.com/huming2207/syncify

fastify gridfs mongodb nodejs s3

Last synced: about 1 month ago
JSON representation

Yet another self-deployable/self-hosted Storage-as-a-Service and data syncing platform

Awesome Lists containing this project

README

        

# Syncify API Server

Yet another self-deployable/self-hosted Storage-as-a-Service and data syncing platform

By Jackson Ming Hu (s3554025), for RMIT [Cloud Computing](http://www1.rmit.edu.au/courses/049803) Assignment 2.

## Environment requirements

- Node
- Node v12 LTS is required, for ES2019 support
- MongoDB v4+
- Amazon S3-compatible Object Storage service (e.g. Minio, Vultr...) or MongoDB GridFS

## Frontend web app

See [https://github.com/huming2207/syncify-web](https://github.com/huming2207/syncify-web)

## Getting started

1. Clone the code
2. Run `npm install`
3. Run `npm run debug`
4. Have fun

## Documentation

See [documentation folder](doc/README.md)