https://github.com/mattsimoessilva/hospitalms
HospitalMS is a comprehensive hospital management system developed using ASP.NET and C#. It leverages SQL Lite for a lightweight, deployable database solution and incorporates the free Bootstrap template, SB Admin, for a user-friendly interface. This project aims to provide an efficient and effective solution for managing hospital systems.
https://github.com/mattsimoessilva/hospitalms
asp-net-core csharp entity-framework mvc razor sqlite3 webapp
Last synced: 3 months ago
JSON representation
HospitalMS is a comprehensive hospital management system developed using ASP.NET and C#. It leverages SQL Lite for a lightweight, deployable database solution and incorporates the free Bootstrap template, SB Admin, for a user-friendly interface. This project aims to provide an efficient and effective solution for managing hospital systems.
- Host: GitHub
- URL: https://github.com/mattsimoessilva/hospitalms
- Owner: mattsimoessilva
- License: mit
- Created: 2023-11-08T17:21:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-08T19:47:17.000Z (over 1 year ago)
- Last Synced: 2025-01-13T15:26:25.666Z (4 months ago)
- Topics: asp-net-core, csharp, entity-framework, mvc, razor, sqlite3, webapp
- Language: C#
- Homepage:
- Size: 979 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Hospital Management System - HospitalMS
This is a complete application built with ASP.NET and C# Programming Language. It's a Hospital Management System named HospitalMS.
## Tech Stack
- **ASP.Net Core**: Used for building .Net web applications.
- **C# Programming Language**: The main language used in this project.
- **SQL Lite**: A light-weight SQL Server database application. It simply packages with your application, therefore no database configuration is needed after deployment.
- **Entity Framework (EF)**: Used for Object Relational Mapping(ORM).
- **ASP.Net Razor**: A simple markup for creating dynamic pages in ASP.Net.
- **MVC**: The project follows the Model-View-Controller architecture.## Installation
To run the application locally, you need to have .NET Core SDK installed on your machine. You can download it from the official Microsoft [.NET website](https://dotnet.microsoft.com/download).
To install the application, follow these steps:
1. Clone this repository to your local machine using the command `git clone https://github.com/your-username/HospitalMS.git`.
2. Navigate to the project folder using the command `cd HospitalMS`.
3. Run the application using the command `dotnet run`.## Usage
To use the application, open your web browser and visit the URL `http://localhost:5000`.
## Contributing
If you want to contribute to this project, you are welcome to do so. You can create an issue to report a bug, request a feature, or suggest an improvement. You can also create a pull request to submit your code changes. Please follow the code of conduct and the contribution guidelines before making any contributions.
## License
This project is licensed under the MIT License. See the `LICENSE` file for more details.