Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
/ mood_tracker Public archive

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.

License

Notifications You must be signed in to change notification settings

kayo09/mood_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mood Calendar 🐮

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.

🛠️ Features

👾 Demo

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.

Get started

Clone the repository using
git clone
https://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 install
yarn start
Use with docker 🐳 docker build --no-cache -t your-image-name

Note:

Please don't forget to set up a .env file to store the various credentials required for encryption and login.

☕️ Sponsor me

sponsor

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published