Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anze3db/goals

Personal goal tracking Django app
https://github.com/anze3db/goals

Last synced: 7 days ago
JSON representation

Personal goal tracking Django app

Awesome Lists containing this project

README

        

# Goals 🎯

A site for tracking yearly goals

## Dev set up

Install [uv](https://docs.astral.sh/uv/getting-started/installation/)

```
cp .env.example .env

```

```
uv run python manage.py createsuperuser
uv run python manage.py collectstatic
uv run python manage.py runserver
uv run ptw
```