Skip to content

fluree/v2-authority-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fluree Authority Demo

How to Use

We include a docker-compose.yml file to make it easy to run the Fluree Authority Demo. To start the demo, run the following command from the project directory:

docker compose up -d && sleep 10 && npm i && node index.js

I only include the sleep 10 because the Fluree server takes a few seconds to start up, and if the NPM packages are already installed, then the node script will run before the Fluree server is ready

If you want to reset & re-run the script, make sure to fully delete the container, otherwise the container will restart with the same data state.

docker compose down && docker compose up -d && sleep 10 && node index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published