Skip to content

NlabsGlobalFullStack/CleanEHospitalApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CleanEHospitalApp

FullStack .NetCore + Angular Hospital Management System Application

Table of Contents

Project Overview

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.

Technologies Used

  • Backend: .NetCore
  • Frontend: Angular
  • Languages:
    • JavaScript (56.8%)
    • CSS (30.4%)
    • HTML (6.3%)
    • C# (5.5%)
    • TypeScript (1%)

Getting Started

To get a local copy of the project up and running, follow these steps.

Prerequisites

  • .NetCore SDK
  • Node.js
  • Angular CLI

Installation

  1. Clone the repository:

    git clone https://github.com/NlabsGlobalFullStack/CleanEHospitalApp.git
  2. Backend Setup: Navigate to the backend folder and restore dependencies:

cd eHospitalBackend
dotnet restore
dotnet build
dotnet run
  1. Frontend Setup: Navigate to the frontend folder and install dependencies:
cd eHospitalClient
npm install

Run the frontend server:

npm start

Running the Application

Access the application at http://localhost:4200/. Follow the instructions on the screen to use various features of the application.

Building the Application

Build the backend:

cd eHospitalBackend
dotnet build

Build the frontend:

cd eHospitalClient
ng build

Contributing

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.

About

FullStack .NetCore + Angular Hospital Management System Application

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •