Group 10 Habit Tracker Web App
How to run it?
- Make sure docker is installed
- Clone the repository
- cd into root repository
- run
docker-compose build
- run
docker-compose up
- Access the website on localhost:3000 or 127.0.0.1:3000.
- For some machines (especially when using Windows) site might be running on another ip, to find it run
docker-machine ip default