Daily workoup plan is a canister that generates user's workout plan based on their profile.
The canister can be tested locally as defined in the instructions below.
- azle
- dfx
- Rust
- Ic protocol
- node
To get a local copy up and running follow these simple steps.
- Clone the repository to your local machine
$ git clone git@github.com:wathigo/DailyWorkoutPlan.git- cd into the directory
$ cd DailyWorkoutPlan- install dependencies
npm installInitialize the local Internet Computer
dfx start --backgroundRegister, build, and deploy canister on the local Internet Computer
npm run gen-deployAfter deploying the program, one can use the candind interface or the command-line to interact with the canister endpoints.
Simon Wathigo
- Github: @wathigo
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.