Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 509 Bytes

File metadata and controls

11 lines (8 loc) · 509 Bytes

Backend Challenge Spring 2024

Install dependencies

npm install express pg body-parser uuid and follow the Blueprint Developer Setup

How to run?

  1. Build the docker image docker build -t volunteer-db .
  2. Run the docker container with the PostgresDBdocker run --name volunteer-db -e POSTGRES_PASSWORD=mysecretpassword -d -p 5432:5432 volunteer-db
  3. Intall dependencies npm install
  4. Run the server node app.js