Hello,
Currently I'm working on an angular project
front end: angular 9
backend: Spring Boot
database: PostgreSQL
server: NGINX
I need to know the steps to start setting up Nginx and DB with my Angular application? or do I have to finish the configuration between Frontend and Backend separately and connect to Bd and for the deployment, I configure the Nginx server with the rest?
thank you
#PostgreSQL #Angular #Nginx #Springboot