An open API service indexing awesome lists of open source software.

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

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`
- ![express-generator](/screenshots/express-generator.jpg)
- `postpresql-client`
- enables you to communicate with your Postgres database in the terminal by `psql` commands
- ![psql](/screenshots/psql.jpg)