Skip to content

stevensblueprint/backend_challenge_spring_2024_solutions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Spring 2024 Backend Challenge Solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.7%
  • Dockerfile 1.3%