I wanted to create a goal managing app for myself. By a quick survey around the existing apps, most of them hold either one or two levels of concepts, Goals and Actions. I wanted something different, an app with three levels of concepts, Ambitions (ultimate goals to achieve), Objectives (small goals that lead you closer to achieving your ambitions) and Actions. These three concepts are not yet finalized, I’m looking for an ideal set of concepts to support, while actively using and upgrading this app by myself.
Use this along with lllifetracker-frontend
- Clone this repository to local.
- Setup Postgres server.
- Setup Redis server.
cp .env.example .env
- Fill in .env file.
cargo run