Mood Calendar is designed to be an open-source competitor to Apple's journal app/feature, in the long run. The software is still in early stages of testing and active development and does not have an alpha release.
find the live DEMO
NOTE: you might fail aftter registering since the server might be sleeping, but it still registers you. so you can just login. Remember it is hosted on free platform so it might be inactive.
Clone the repository using
git clonehttps://github.com/kayo09/mood_tracker.
Once cloned cd mood_tracker and create a python virtual environment for your specific distribution, e.g.
python3 -m venv env then activate the virtual-environment and install the requirements from /backend
pip install -r requirements.txt
source env/bin/activate
Once active cd backend/uvicorn main:app --reload.
Do the same for the frontend using:cd frontend/yarn installyarn start
Use with docker 🐳 docker build --no-cache -t your-image-name
Please don't forget to set up a .env file to store the various credentials required for encryption and login.