An open API service indexing awesome lists of open source software.

https://github.com/mahmoudnasser1561/habit_tracker

Habit_Tracker is a Flask web app that allows users to track, manage, and visualize their daily habits.
https://github.com/mahmoudnasser1561/habit_tracker

flask flask-forms mongodb

Last synced: 2 months ago
JSON representation

Habit_Tracker is a Flask web app that allows users to track, manage, and visualize their daily habits.

Awesome Lists containing this project

README

          

# Habit Tracker

### Overview
Habit Tracker is a simple, web-based application that helps you build and maintain habits.
With Habit Tracker, you can:
- Add new habits easily.
- Mark habits as completed for specific days.
- Browse all your habits in one place.
- View a full timeline to track your daily progress over time.

### Kubernates Arch Diagram



habit-tracker02 drawio


### Kubernates Dashboard
image



image

### Installation
**first create a virtual env**

* ```python3 -m venv venv```

**Activate the virtual environment**
* ```source venv/bin/activate```

**then install requiremnets**

* ```pip install -r requirements.txt```

**run the server**

* ```flask run```