A development environment containing docker containers for common services, e.g. PostgreSQL
Service | Port(s) | Command | Notes |
---|---|---|---|
Postgres | 5432 |
npm run db |
Database |
- NodeJS, version 11+ (I use
nvm
to manage Node versions —brew install nvm
.) - Docker (Use Docker for Mac, not the homebrew version)
npm install
First ensure nothing else is using port 5432
npm run db
npm run stop:all
npm run kill:all