Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 903 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 903 Bytes

Sample Web App Infrastructure

This environment setup is to be used for making code changes to frontend and backend service code with minimal dependencies.

 

Postgres & Migrations

  • Must have postgres db running locally or remotely.
  • Run migrations first.

 

Docker dev

$ docker-compose -f docker-compose.yml up

 

Running frontend and backend locally

 

E2E testing