backend demo for aspiring engineers guild
Ensure you have the following installed on your local machine:
- Docker and Docker Compose (see https://docs.docker.com/desktop/)
- Git (see https://git-scm.com/)
- Clone project to your local machine:
git clone https://github.com/zachflanders-frb/backend-demo.git
- Change directory into
backend-demoand start the docker compose project
docker compose up -d
- Visit the site at localhost:9000