Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 164 Bytes

File metadata and controls

11 lines (9 loc) · 164 Bytes

Instructions

# Create Docker 
docker-compose up --build -d

# Access route
curl http://localhost:3000

# Run tests
docker-compose exec app npm test