Keeping Track of your Habits and Goals easily, quickly and see how you are progressing. Tracking Regular Habits/Goals
Tracking Challenge Habits/Goals
I have seperated the Back-end and Front-end Dashboard code into seperate repos.
Starting the back-end
- Once the repo is cloned run
cd personal-habit-tracker-api
- Install the dependencies via running:
npm install
- Start the backend via running:
npm start
Starting the Front-end
cd personal-Habit-tracker-dashboard
- Install the dependencies via running:
npm install
- Start the backend via running:
npm start