A sample project needed for a security course to connect web service to database
This is a sample project needed for a security course to “connect web service to database”. Why this project suits alignment purpose It connects to the PostgreSQL database with basic authentication.On this web server, you can make a gateway with Nginx It would be better if you do it in thedocker network without so web app would not have internet access, and it would be a true gateway.But easier is to send requests to localhost:8000 from Nginx. How to start […]
Read more