coffeemachine/README.md
Kumi 3b8a578cc8
feat: add project infrastructure and licensing
Added an MIT license to establish the project's open source nature.
Initialized a README file for project documentation.

Reorganized project directory by moving manage.py to a 'coffeemachine' subdirectory.
Set up `pyproject.toml` using Poetry with necessary dependencies for the project environment, including Django and associated libraries for various functionalities (e.g., REST framework, storage, and authentication).

This setup provides a structured foundation for further development.
2024-08-01 14:25:39 +02:00