The intent of this repo is to be a structure for a fullstack monorepo with an easy developer experience (docker containers with hot reloading and a one start command that works for everyone)
frontend
backend
database
- download docker desktop (if you don't already have it on your machine) and make sure the app is open
- clone repo
- cd to root directory
- run
sh nuke-docker.sh
to make sure your docker is properly cleaned out - run
sh start-docker.sh
to startup everything
- download your favorite db admin gui, I like TablePlus
- create a new connection with the following
User: user
Password: password
Database: mydatabase
Port: 5432