- Java app: Read google sheets: Runs only locally. Start the app
- SpringBoot BE + FE: Runs on locally since BE is running on local. Start BE: Runs on localhost:8080. From FE, go to IP address instead of localhost due to CORS restrictions.
- FE: HTML
- FE: React
- BE: Move server to public with ngrok:
ngrok http 8080
. Runs anywhere but only when ngrok server is ON (ngrok is still local).
- React + jsonserver: BE & FE both on server. Add cors in jsonserver: localhost access is okay.
stats
kanji