Skip to content

dmassars/rescue-tracks

 
 

Repository files navigation

RESCUE TRACKS

  1. Install Docker and Docker Compose
  2. Install Docker Sync gem install docker-sync
  3. Start Docker Sync docker-sync start
  4. To build, run docker-compose build a) NOTE: This assumes you have rescue-tracks and rescue-tracks-frontend in sibling folders named as such
  5. To spin up, run docker-compose up
  6. If necessary, connect pgAdmin to localhost:5439 to access the development db. a) Username and password are both postgres b) Create a database named rescue_tracks
  7. Point browser to localhost:4200 to start development a) Node inspector should be running on 9229 b) May need to run docker-compose restart rescue_tracks to reboot server/inspector

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.8%
  • Other 1.2%