Skip to content

A simple template to get you up and running with a clean PERN stack

Notifications You must be signed in to change notification settings

aseerkt/docker-pern-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker PERN Template

The purpose of this repo is to provide a template so you can quickly get up and running with a PERN stack application.

How To Use

Once you have started the Docker container using the provided tools and commands below you will need to navigate to http://localhost:8000.

Dependancies

You will need to install:

Controls

Starts Docker containers and networks (will build first if no build exists):

npm run docker:up

Builds Docker images from a docker-compose.yml, Dockerfile and "context";

npm run docker:build

Stops Docker containers and networks:

npm run docker:down

Access to PgAdmin4

Add a new server in PgAdmin4

  • Host name/address db
  • Port 5432
  • Username pern_db
  • Password root

Technologies Used

  • Docker
  • PostgreSQL
  • Express JS
  • React
  • Node JS

Abbreviations Used

  • PERN = (PostgreSQL, Express JS, React, Node.JS)

About

A simple template to get you up and running with a clean PERN stack

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 44.3%
  • HTML 36.2%
  • CSS 19.5%