How to Store with API (Express,MongoDB,JS) #5655
-
|
Beta Was this translation helpful? Give feedback.
Answered by
artf
Feb 11, 2024
Replies: 2 comments
-
@PanuwatChinpratan How to dynamic ... WHAT? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@PanuwatChinpratan What language/DB/API to use for the back-end it's up to you to decide. If you're not sure how to setup your web server, please ask it somewhere more appropriate (eg. StackOverflow) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PanuwatChinpratan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@PanuwatChinpratan
You just need to indicate your back-end endpoints to
urlLoad
(endpoint for loading the project data JSON) andurlStore
(endpoint for storing the project data JSON).What language/DB/API to use for the back-end it's up to you to decide. If you're not sure how to setup your web server, please ask it somewhere more appropriate (eg. StackOverflow)