Skip to content

A development environment containing docker containers for common services, e.g. PostgreSQL

Notifications You must be signed in to change notification settings

williamhakim10/personal-development-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Development Environment

A development environment containing docker containers for common services, e.g. PostgreSQL

Services

Service Port(s) Command Notes
Postgres 5432 npm run db Database

Development

Prerequisites

  • NodeJS, version 11+ (I use nvm to manage Node versions — brew install nvm.)
  • Docker (Use Docker for Mac, not the homebrew version)

Initialisation

npm install

To start Postgres

First ensure nothing else is using port 5432

npm run db

To stop them all

npm run stop:all

To kill them all and wipe all development data

npm run kill:all

About

A development environment containing docker containers for common services, e.g. PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published