https://github.com/brklntmhwk/dev-container-express-postgres
https://github.com/brklntmhwk/dev-container-express-postgres
devcontainer docker-compose dockerfile express nodejs postgresql
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brklntmhwk/dev-container-express-postgres
- Owner: brklntmhwk
- Created: 2023-10-26T05:24:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T06:12:30.000Z (over 2 years ago)
- Last Synced: 2026-01-02T08:45:46.730Z (6 months ago)
- Topics: devcontainer, docker-compose, dockerfile, express, nodejs, postgresql
- Language: JavaScript
- Homepage:
- Size: 284 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js (Express) x PostgreSQL Dev Container
- This is an example project setup created by Dev Containers with these manually selected options pre-installed:
- `express-generator`
- helps you create a template project by the command `express --view=your-template-engine-preference your-app-name`
- 
- `postpresql-client`
- enables you to communicate with your Postgres database in the terminal by `psql` commands
- 