A web application that helps users manage their energy to increase their efficiency and productivity.
- Conservation of mental energy allows the user to be able to keep track of their mental energy
- Conservation of physical energy allows the user to be able to keep track of their physical energy
- Conservation of time allows the user to be able to keep track of their time
Windows
- Clone this repository
- Navigate into the root of the repository
- Create a virtual environment using
python -m venv venv
(optional) - Activate the virtual environment using source
venv/Scripts/activate
(optional) - Run
flask run