/Fitness-Web-App

The goal is to make fitness even more fun and interactive

Primary LanguageTypeScriptMIT LicenseMIT

Fitness web application

Making fitness more interesting and interacitve

MongoDB Express React Node

Dependencies

  • Docker
  • npm
  • Node js
  • IDE (preferably VSCode with TSLint)

Commands

Build all containers. Used if you have new code to run on docker.

docker-compose build

Deploy all the containers in the background

docker-compose up -d

Deploy all the containers with live log output

docker-compose up

Deploy all the build new containers and deploy in the background

docker-compose up -d --build

Stop and remove containers

docker-compose down

Notes

Depending on what version of docker you have the IP addresses for your containers may differ

  • Docker toolbox (legacy docker) uses the ip 192.168.99.100
  • Regular Docker uses the ip 127.0.0.1