https://github.com/btc415/health-management-system
https://github.com/btc415/health-management-system
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/btc415/health-management-system
- Owner: BTC415
- License: mit
- Created: 2024-02-01T09:27:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T09:47:56.000Z (over 2 years ago)
- Last Synced: 2024-10-11T14:05:09.512Z (over 1 year ago)
- Language: CSS
- Homepage: https://health-management-system-alpha.vercel.app
- Size: 10.6 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# HMS
[](https://github.com/prettier/prettier)
HMS is a website that connects doctors, patients, and ambulance providers. Patients can select a date and doctor to consult, and the system will automatically generate an appointment time based on the doctor's schedule. Patients can also view their current and past appointments and book ambulance services. Doctors can accept or reject appointments, view all their current and past appointments, and upload detailed prescriptions for patients.
## Visit Online
This website is hosted at [https://health-management-system-alpha.vercel.app]
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
Your machine should have Npm(or Yarn), Node.js, and MongoDB installed to use it locally.
## Setup and Installation
### Setting up the repository locally
1. First clone the repo :fork_and_knife: to your account.
Go to the forked repo and clone it :busts_in_silhouette: to your local machine:
```sh
git clone https://github.com/BTC/Health-Management-System.git
```
This will make a copy of the code to your local machine.
2. Now move to the `Health-Management-System` directory.
```sh
cd Health-Management-System
```
3. Now, install all the necessary dependencies by the following command:
```sh
npm install
```
### Run locally
Run the below command to start the server:
```sh
npm run dev
```
Go to: [http://localhost:4000](http://localhost:4000)