Readme standartization.

This commit is contained in:
2025-08-23 23:35:06 +02:00
parent 4bde51cb96
commit da530d91e1
20 changed files with 284 additions and 149 deletions

16
pgadmin/README.md Normal file
View File

@@ -0,0 +1,16 @@
# pgAdmin
pgAdmin is a popular open-source graphical user interface (GUI) tool for managing and administering PostgreSQL databases. It provides a user-friendly web-based interface to interact with both local and remote PostgreSQL servers.
[pgAdmin Website](https://www.pgadmin.org/)
## How to start
1. Create a `.env` file based on the `.env.example` file.
2. Set the `USERNAME`, `PASSWORD`, and `PGADMIN_DATA` variables in the `.env` file.
3. Run `docker-compose up -d` to start the application.
4. The application will be available at [http://localhost:8888](http://localhost:8888).
## Setup
After starting the application, you can access the web interface and log in with the credentials you provided in the `.env` file.