In here im using GCP PostgreSQL and contenerised TS Express server running in Cloud Run as an API for angular app
DB ER diagram:
*username is uniqueApp will be conteinerised and container will be automaticaly deployed to Cloud Run using Github Actions by executing deployment.sh
All automated tests stored in texts/index.ts
and can be run by executing this file. Test outputs functions that was executed and functions where was errors, if there was error in function - then we need to add console.log(error)
to catch
of this function and error will be outputted