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