The ARCmanager is a online web application with which you can create and manage your ARCs directly on the DataHUB of your choice. The ARCmanager can be found here
The ARCmanager is based around an early version of the Arcitect, therefore it also uses Vue.js and Quasar. The backend is made with python using Fastapi and can be found here.
npm install
npm run dev
npm run build
For local development change the line in AppProperties.ts to:
//address of the backend
//backend: "https://nfdi4plants.de/arcmanager/api/v1/",
backend: "http://localhost:8000/arcmanager/api/v1/",