Doctor note is a cloud-based hospital management solution, which helps medical colleges, pharmacies, laboratories and clinics to manage records related to patient registration, treatment and diagnosis.
- Easy UI
The UI of the website is supereasy to use and consists of required help-texts and visual feedback. - Filters
Fetch required record easily using filters like date, name and diagnosis. - Machine Learning
Pneumonia detection using Chest X-ray. - Profile Update functionality
You can create a profile and personalize it in your own way by changing username, state and all kinds of normal stuffs. - CRUD functionality
User can add,delete,create and view records. - JWT authentication
In authentication, when the user successfully logs in using their credentials, a JSON Web Token will be returned and must be saved locally (typically in local storage, but cookies can be also used), instead of the traditional approach of creating a session in the server and returning a cookie.
Make sure you have Node.js installed
- Clone the repo
git clone https://github.com/HekarKET/doctor-note
- Change directory
cd doctor note
- Install NPM packages (dependencies)
npm install
- Run app on local server
npm run dev
git clone https://github.com/HekarKET/doctor-note
cd doctor note
npm install
npm run dev
- Clone the repo
git clone https://github.com/HekarKET/doctor-note
- Change directory
cd Server
- Install NPM packages (dependencies)
npm install
- Run app on local server
npm start
git clone https://github.com/HekarKET/doctor-note
cd Server
npm install
npm start
- Multiple disease prediction
- Optimize Server model prediction
- Better UI