bkchiu0 / Fitness-Web-App

The goal is to make fitness even more fun and interactive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The goal is to make fitness even more fun and interactive

License:MIT License


Languages

Language:TypeScript 92.2%Language:HTML 4.4%Language:Dockerfile 2.4%Language:CSS 0.9%Language:JavaScript 0.1%