React-based admin dashboard for tree verification integrated with the TreeTracker services.
npm install
npm startConfigure service URLs via environment variables:
REACT_APP_AUTH_API_URL=http://138.68.4.47:30001/api/v1
REACT_APP_CAPTURE_API_URL=http://138.68.4.47:30002
REACT_APP_TOKEN_API_URL=http://138.68.4.47:30004npm run start- Run development servernpm run build- Build production bundlenpm test- Run testsnpm run lint- Run ESLintnpm run format- Run Prettier
Use an admin account managed by treetracker-auth-service.