- Platform: Google App Engine Standard Environment
- Backend: Node.js, Express
- Database: Cloud Firestore
- Frontend: UI5
- Starting the app locally: npm start
- Deploying the app to app engine: gcloud app deploy
Local Development:
Serving static files Local: express app app.use('/static', express.static('static')); App engine: app.yaml file
Database: Local: https://cloud.google.com/datastore/docs/tools/datastore-emulator#windows Produktion: App Engine Cloud Firestore in Datastore mode
- webapp has been generated with template easy ui5
- webapp uses ui5 tooling
- swagger api has been generated as described here: https://stackoverflow.com/a/53711091/1405321
https://www.heise.de/select/ct/2020/25/2014909274590776270 c't 25/2020 S. 160