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.
- Host: GitHub
- URL: https://github.com/gmdancun/tractor-management-system
- Owner: GMDancun
- Created: 2023-11-06T09:25:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T06:21:30.000Z (over 2 years ago)
- Last Synced: 2025-02-12T08:33:32.935Z (over 1 year ago)
- Topics: azle, blockchain-technology, javascript, pycharm-ide, rust-lang, rustc, typescript
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```