jmd2851 / TigerOps

2 stars 0 forks source link

Read me before use!

Our Environment and code now live in one repo - this one! You can feel free to move your code here.

First Steps

  1. Install Docker Desktop.
  2. Install node.js. Choose the LTS version.
    • You may need to reboot after installation.
  3. Make sure you can run docker version, docker-compose version, and npm version
  4. Clone this repository.
  5. cd into the new directory.
  6. cd into fronted/
  7. Run npm install
  8. cd into backend/
  9. Run npm install

Do Every Time

  1. cd into the repository.
  2. Run docker-compose up -d
  3. Be patient as React may take a few minutes to spin up. Watch the logs on the Docker dashboard. Look for webpack compiled successfully which will indicate successful startup of react.

Where does my code go?

How do I see my code?

How do the containers talk to each other?

Database Info

Installing Node Packages

Some troubleshooting steps

Optimizing the React container