Skip to content

Homebase is a distributed file storage system web app that interacts with Hermes workers.

License

Notifications You must be signed in to change notification settings

paulmj7/homebase

Repository files navigation

Homebase

Node.js CI

Homebase is a distributed file storage system web app that interacts with Hermes workers.

Installation

Using Node.js

yarn install

Initialize the database

node tableSetup.js

Usage

Build with yarn

yarn build

Run with yarn

yarn start ## or node server.js

The web app can be accessed at http://localhost:3000

The current features built include:

  • File download and upload
  • Drag and drop folders and files to move them between directories
  • Create new folders

Connecting to a Hermes Worker

Run an instance of a Hermes worker on a different port. Then all you need to do is log in to the front-end and click "Add Worker". Homebase will remember the URL of the worker for you!

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Homebase is a distributed file storage system web app that interacts with Hermes workers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published