Codebase for our secure blockchain-based system for community gardens. CSEE 2920 project
- Clone the repo to your local directory
- In both the
/gardenchainand/webserverfolders, run:
npm install
- To start the Node.js server for the web pages, navigate into
/webserverand run
npm start
- To start a blockchain node, navigate into
/gardenchainand run
npm start
- The filepaths used are configurable in the
/public/config.jsonfile.