{"id":15091015,"url":"https://github.com/little-software-engineer/hotel-management-system","last_synced_at":"2026-01-28T19:34:38.911Z","repository":{"id":247236396,"uuid":"825335036","full_name":"little-software-engineer/hotel-management-system","owner":"little-software-engineer","description":"WindowsForms hotel management application working with MySQL database.","archived":false,"fork":false,"pushed_at":"2024-08-24T10:03:29.000Z","size":558,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T19:58:03.965Z","etag":null,"topics":["csharp","hotel-management-system","mysql","windowsforms"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/little-software-engineer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-07T13:51:31.000Z","updated_at":"2024-08-24T10:03:32.000Z","dependencies_parsed_at":"2024-07-07T15:23:15.065Z","dependency_job_id":"39656870-bc0a-41e8-99b2-6b96bd6c1b74","html_url":"https://github.com/little-software-engineer/hotel-management-system","commit_stats":null,"previous_names":["little-software-engineer/hotel-management-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/little-software-engineer/hotel-management-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/little-software-engineer%2Fhotel-management-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/little-software-engineer%2Fhotel-management-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/little-software-engineer%2Fhotel-management-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/little-software-engineer%2Fhotel-management-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/little-software-engineer","download_url":"https://codeload.github.com/little-software-engineer/hotel-management-system/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/little-software-engineer%2Fhotel-management-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28850368,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","hotel-management-system","mysql","windowsforms"],"created_at":"2024-09-25T10:35:05.857Z","updated_at":"2026-01-28T19:34:38.895Z","avatar_url":"https://github.com/little-software-engineer.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hotel Management System\n\n## Overview\n\nThe Hotel Management System is a Windows Forms Application built using C# and MySQL. The application provides a user-friendly interface for hotel receptionists to manage guests, rooms, and reservations.\n\n## Features\n\n- **User Authentication:** Users can log in with existing credentials. (If you don't have them, create them in the database)\n- **Dashboard:** Access to a home page with an overview of key information.\n- **Manage Guests:** Add, update, or delete guest information.\n- **Manage Rooms:** Add, update, or delete room details.\n- **Manage Reservations:** Add, update, or delete reservations.\n- **Database Integration:** All data is stored and managed using a MySQL database.\n\n## Installation\n\n### Prerequisites\n\n- .NET Framework\n- MySQL Server\n- Visual Studio\n\n### Steps\n\n1. **Clone the repository:**\n\n    ```sh\n    git clone https://github.com/yourusername/hotel-management-system.git\n    ```\n\n2. **Open the project:**\n\n    Open the solution file (`HotelManagementSystem.sln`) in Visual Studio.\n\n3. **Configure the database:**\n\n    Update the connection string in the `App.config` file with your MySQL database credentials.\n\n    ```xml\n    \u003cconnectionStrings\u003e\n        \u003cadd name=\"MySqlConnectionString\" \n             connectionString=\"server=YOUR_SERVER;database=YOUR_DATABASE;uid=YOUR_USERNAME;pwd=YOUR_PASSWORD;\" \n             providerName=\"MySql.Data.MySqlClient\" /\u003e\n    \u003c/connectionStrings\u003e\n    ```\n\n\n4. **Build and run the application:**\n\n    Build the solution in Visual Studio and run the application.\n\n## Usage\n\n### Login\n\n- Enter your username and password to log in to the system.\n- Upon successful login, you will be redirected to the dashboard.\n\n### Dashboard\n\n- The dashboard provides an overview of the system, including quick links to manage guests, rooms, and reservations.\n\n### Manage Guests\n\n- Navigate to the 'Guests' section.\n- Add a new guest by filling out the form and clicking 'Add'.\n- Update an existing guest by selecting them from the list, modifying the details, and clicking 'Update'.\n- Delete a guest by selecting them from the list and clicking 'Delete'.\n\n### Manage Rooms\n\n- Navigate to the 'Rooms' section.\n- Add a new room by filling out the form and clicking 'Add'.\n- Update an existing room by selecting it from the list, modifying the details, and clicking 'Update'.\n- Delete a room by selecting it from the list and clicking 'Delete'.\n\n### Manage Reservations\n\n- Navigate to the 'Reservations' section.\n- Add a new reservation by filling out the form and clicking 'Add'.\n- Update an existing reservation by selecting it from the list, modifying the details, and clicking 'Update'.\n- Delete a reservation by selecting it from the list and clicking 'Delete'.\n\n## Contributing\n\nIf you would like to contribute to this project, please fork the repository and submit a pull request. \n\n\n## Acknowledgements\n\n- [MySQL](https://www.mysql.com/)\n- [Visual Studio](https://visualstudio.microsoft.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flittle-software-engineer%2Fhotel-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flittle-software-engineer%2Fhotel-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flittle-software-engineer%2Fhotel-management-system/lists"}