Asset tracker using BigchainDB
install dependencies and rename the env local example:
yarn install && mv .env.local.example .env.localAnd run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
Reference for color branding Green
| Epic | Description | Status | Notes |
|---|---|---|---|
| Auth | User login | Backlog | |
| Asset | Get list of assets | Done | |
| Asset | Asset detail | In-Progress | Error when retrieving transaction from Bigchain |
| Asset | Scan asset for status update | Backlog | |
| Asset | Create new assets | Done | |
| Warehouse | Superadmin - Get list of warehouses | Done | |
| Warehouse | Superadmin - Create new warehouse | Done | |
| Warehouse | Superadmin - Get warehouse detail | Done | |
| Warehouse | Superadmin - Create user in warehouse detail | Done |