Skip to content

A vanilla Docker setup with React-Node-Postgres configured for development

Notifications You must be signed in to change notification settings

fultonardo/react-node-postgres-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hey there!

This is a basic setup of a react-node-postgres setup fully containerized in Docker.

To get started, install/update your Docker version. I'm using Docker v25.0.3 in Ubuntu (WSL2) & Docker Desktop 4.28.0 in Windows today.

Then navigate to an empty directory where you want to store the project files and execute: git clone https://github.com/fultonardo/react-node-postgres-docker.git

Once things are finished downloading: cd react-node-postgres-docker/ docker-compose build && docker-compose down && docker-compose up -or- docker-compose build && docker-compose down && docker-compose up -d

Once the docker containers are up and running, poke around the web page at localhost:3000

Happy hacking!

image

About

A vanilla Docker setup with React-Node-Postgres configured for development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published