FullStack .NetCore + Angular Hospital Management System Application
- Project Overview
- Technologies Used
- Getting Started
- Running the Application
- Building the Application
- Testing
- Contributing
- License
CleanEHospitalApp is a comprehensive hospital management system built using .NetCore for the backend and Angular for the frontend. It is designed to manage various hospital operations including patient records, appointments, billing, and more.
- Backend: .NetCore
- Frontend: Angular
- Languages:
- JavaScript (56.8%)
- CSS (30.4%)
- HTML (6.3%)
- C# (5.5%)
- TypeScript (1%)
To get a local copy of the project up and running, follow these steps.
- .NetCore SDK
- Node.js
- Angular CLI
-
Clone the repository:
git clone https://github.com/NlabsGlobalFullStack/CleanEHospitalApp.git
-
Backend Setup: Navigate to the backend folder and restore dependencies:
cd eHospitalBackend
dotnet restore
dotnet build
dotnet run
- Frontend Setup: Navigate to the frontend folder and install dependencies:
cd eHospitalClient
npm install
Run the frontend server:
npm start
Access the application at http://localhost:4200/. Follow the instructions on the screen to use various features of the application.
Build the backend:
cd eHospitalBackend
dotnet build
Build the frontend:
cd eHospitalClient
ng build
We welcome contributions from the community. To contribute:
Fork the repository. Create a new branch for your feature or bugfix. Make your changes and commit them with clear messages. Submit a pull request.