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: 6 months ago
JSON representation
Yet another self-deployable/self-hosted Storage-as-a-Service and data syncing platform
- Host: GitHub
- URL: https://github.com/huming2207/syncify
- Owner: huming2207
- Created: 2020-04-03T04:47:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T14:04:07.000Z (about 5 years ago)
- Last Synced: 2025-03-27T16:21:27.071Z (9 months ago)
- Topics: fastify, gridfs, mongodb, nodejs, s3
- Language: TypeScript
- Homepage:
- Size: 1.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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)