Refactorings for bpmn-js, powered by AI!
npm install
npm start- Go to the
suggestion_backendfolder:
cd suggestion_backend - Build and Run the app:
docker compose upAccess athttp://localhost:8000.
- Go to the
suggestion_backendfolder:
cd suggestion_backend - Install dependencies:
pip install -r requirements.txt - Ensure
all_elements.jsonis in thesuggestion_backendfolder. - Start the app:
uvicorn app:app --host 0.0.0.0 --port 8000
Access athttp://localhost:8000.
MIT