A Docker-based stack combining PostgreSQL, PgAdmin, and a Node.js Express server. This stack is intended to be used as a starting point for a new project.
- PostgreSQL database
- PgAdmin web interface
- Node.js Express server
- Docker-based setup
- Bash installation script
- Clone the repository
- Run the installation script
- Access PgAdmin at
http://localhost:420 - Access the Node.js Express server at
http://localhost:3000
- The PostgreSQL database is accessible at
localhost:5432 - The PgAdmin web interface is accessible at
http://localhost:420 - The Node.js Express server is accessible at
http://localhost:3000/api