Commit Graph

4 Commits

Author SHA1 Message Date
Ben Melchior
a70c80a557 Add Docker support with Dockerfile and docker-compose.yml
- Introduced a Dockerfile for building the application using a multi-stage build process.
- Added docker-compose.yml to define services for the application and PostgreSQL database.
- Updated README.md with instructions for running the application using Docker and Docker Compose.
2025-04-15 20:26:06 +02:00
Ben Melchior
8d50c1e962 Add LICENSE file and update README.md for GPL-3.0 compliance
- Introduced the GNU General Public License v3.0 to ensure the software remains free and open source.
- Updated README.md to reflect the new licensing terms and added a section explaining the implications of the GPL-3.0 license.
- Included a brief description of the project's purpose as a test for AI-assisted software development.
2025-04-12 22:04:48 +02:00
Ben Melchior
3b2f20433b Update README.md to provide comprehensive API documentation
- Added an overview of the Hospital API service and its purpose.
- Included detailed features of the API, such as automatic shift management and real-time information.
- Documented API endpoints with descriptions, response examples, and setup instructions.
- Provided configuration details and database schema information.
- Explained background tasks and logging format for better understanding of the application.
2025-04-12 21:53:51 +02:00
Ben Melchior
19833ad384 first commit 2025-01-26 22:08:22 +01:00