personal-tracker

Intallation

  1. Install docker
  2. Install node
  3. clone repository git clone https://github.com/zrezke/personal-tracker.git
  4. run these commands
cd personal-tracker
cd tracker-front
npm i
cd ..
docker-compose up --build -d
  1. tracker should be running on localhost:8080