Simple Calendar application in Python and DDD
- Browsing of weeks / months.
- Managing events with recurrence.
- Install Poetry.
- Clone the repo:
git clone https://github.com/comnuoc/simple-calendar.git
- Install packages:
poetry install
- Run CLI:
poetry run python cli.py
poetry run python -m unittest discover -s src/comnuoc/calendar -p "*_test.py" -v