An open API service indexing awesome lists of open source software.

https://github.com/gmdancun/tractor-management-system

This Blockchain Tractor app aims to connect tractor owners and smallholder farmers in need of a tractor for their own personal use.
https://github.com/gmdancun/tractor-management-system

azle blockchain-technology javascript pycharm-ide rust-lang rustc typescript

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://demergent-labs.github.io/azle/) 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.
```bash
git clone https://github.com/GMDancun/Tractor-management-system.git
```

Step 2: cd to the app directory.
```bash
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:
```bash
dfx start --background --clean
```

Step 4: Install the Dependencies:
```bash
npm install
```

Step 5: Now you can deploy your canister locally:
```bash
dfx deploy
```