-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
64 save diagrams in server #118
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After I created the .env files, everthing works.
Endpoints are tested with postman.
Good work.
Checklist
Motivation and Context
This PR completes #64
Description
Environment variables are used to increase port/host flexibility
this pr merges to share modal
New env variables are defined for handling connections
Standalone server side has typescript and javascript
A new router is created in server to get and set diagrams in persistence db
Keep server.ts simple
Steps for Testing
Create .env files for standalone/webapp and standalone/server. Check .env.examples files and create values
Create a diagram locally and edit it.
Click share in the navbar and select any option from there.
You should see a new toast message on the right side
Check if the URL is copied to your clipboard by pasting it any text
Open the share modal and recopy the URL anytime to share with other users
Screenshots
Screen.Recording.2025-04-04.at.17.59.12.mov
Screen.Recording.2025-04-04.at.18.16.17.mov