**Acceptance Criteria** - [ ] Dockerfile is created for our API using node:13 as the base image - [ ] API is added to docker-compose file and routed to use Docker Postgres - [ ] Maybe: eliminate external routing for Postgres container? (So that it's only used by the app and not exposed outside Docker)
Acceptance Criteria