This project uses:
Docker file and Docker compose are already provided.
You only need to run docker compose up -d
inside the root of the repository.
Api:
http://localhost:5256
https://localhost:7258
Docker ports that are going to be exposed are:
Api:
80
that exports itself tohttps://localhost:7257
PostgreSQL:
5432
that exports itself tohttp://localhost:5432
The entire project is documented via swagger, if you are running a dev environment, you can access the swagger ui (endpoints, controllers, etc) at: https://localhost:7258/swagger/index.html
Is a web Open Source administration and development platform for PostgreSQL and it is included with the docker compose file, if you want to see the database with it, just build it and access http://localhost:8080