Skip to content

Latest commit

 

History

History
executable file
·
37 lines (19 loc) · 748 Bytes

File metadata and controls

executable file
·
37 lines (19 loc) · 748 Bytes

Hoard

Hoard is an Event Based Storage Engine built ontop of MongoDB

Install

bin/cli install

Running Locally

The easiest way is to run the built-in web server that comes with PHP 5.4

php -S 127.0.0.1:8000 -t public

You can also run via any standard web browser such as Nginx or Apache. Simply use "public" as the webroot.

## Clients

TODO

  • Unit Tests
  • Reports
  • Export / Import
  • Backup
  • Migrations

Support

Official support is currently not available, but if you have any questions or suggections please use the Github issue system