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.