npm install express pg body-parser uuid and follow the Blueprint Developer Setup
- Build the docker image
docker build -t volunteer-db .
- Run the docker container with the PostgresDB
docker run --name volunteer-db -e POSTGRES_PASSWORD=mysecretpassword -d -p 5432:5432 volunteer-db
- Intall dependencies
npm install
- Run the server
node app.js