The purpose of this repo is to provide a template so you can quickly get up and running with a PERN stack application.
Once you have started the Docker container using the provided tools and commands below you will need to navigate to http://localhost:8000.
You will need to install:
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
- URL: http://localhost:8000
- Username:
[email protected]
- Password:
admin
- Host name/address
db
- Port
5432
- Username
pern_db
- Password
root
- Docker
- PostgreSQL
- Express JS
- React
- Node JS
- PERN = (PostgreSQL, Express JS, React, Node.JS)