https://github.com/fairfood/trace-frontend-admin
The Trace Admin serves as the central hub for managing the Trace platform, a blockchain-driven ecosystem crafted to authenticate and exhibit sustainability initiatives in supply chains. It offers an intuitive interface allowing companies to validate their sustainability pledges and transparently convey their product origins to consumers.
https://github.com/fairfood/trace-frontend-admin
admin-dashboard angular frontend supply-chain trace
Last synced: 12 days ago
JSON representation
The Trace Admin serves as the central hub for managing the Trace platform, a blockchain-driven ecosystem crafted to authenticate and exhibit sustainability initiatives in supply chains. It offers an intuitive interface allowing companies to validate their sustainability pledges and transparently convey their product origins to consumers.
- Host: GitHub
- URL: https://github.com/fairfood/trace-frontend-admin
- Owner: Fairfood
- License: agpl-3.0
- Created: 2023-12-30T11:07:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-24T07:20:56.000Z (11 months ago)
- Last Synced: 2025-09-01T05:05:44.736Z (10 months ago)
- Topics: admin-dashboard, angular, frontend, supply-chain, trace
- Language: TypeScript
- Homepage: https://fairfood.org
- Size: 1.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# FAIRFOOD Admin dashboard
This is a administrative level application contains all the transaction, farmers, companies, products, supply chains etc..
Powered by Angular 16
This project contains 4 environments
1. Development
2. Demo
3. Staging
4. Production
## Development server quick start guide
Clone this repository in local. Navigate to the project folder
`npm instsall` and `ng s`
Navigate to `http://localhost:4300`
Thats it !
## Build/deploy guide
As stated above this app has 4 environments and build files can be generated by the following command
`ng build --c=[env]`
\*[env] - development, demo, staging, production
## Packages and dependencies
- am-charts (https://www.npmjs.com/package/@amcharts/amcharts5)
- @ngx-translate (https://www.npmjs.com/package/@ngx-translate/core)
- fairfood-form-components (https://git.cied.in/fairfood/trace-v2/frontend/fairfood-component-library)
- fairfood-utils (https://git.cied.in/fairfood/trace-v2/frontend/fairfood-component-library)
- ngx-image-cropper (https://www.npmjs.com/package/ngx-image-cropper)