Skip to content

GMDancun/Tractor-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Tractor App

Azle project! This is a group project which we are required to deploy our canister (application) to the Internet Computer (IC) decentralized cloud. It is a simple CRUD APP canister. You can always refer to The Azle Book for more in-depth documentation.

dfx is the tool you will use to interact with the IC locally and on mainnet. If you don't already have it installed:

To Run this App locally follow the following steps: Step 1: Use the git clone command followed by the link to this repo.

  git clone https://github.com/GMDancun/Tractor-management-system.git

Step 2: cd to the app directory.

  cd: Tractor-management-system/Tractor_App

Step 3: Start a replica, which is a local instance of the IC that you can deploy your canisters to:

  dfx start --background --clean

Step 4: Install the Dependencies:

    npm install

Step 5: Now you can deploy your canister locally:

    dfx deploy

About

This Blockchain Tractor app aims to connect tractor owners and smallholder farmers in need of a tractor for their own personal use.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published