We introduce Web Server for YASHFY Intelligent Healthcare System, a health care application that makes both the doctor’s and patient’s life easier.
REST API for intelligent healthcare system made in Node.Js & Express & Sequelize(mysql),
- Implemnting both server side validation and authentication
- Encrypting passwords in our Mysql database
- Using Sequelize ORM
- sign-up
- log-in
- add Qulaification(s) to doctor
- getSingleDoctor and more ....
check for Doctor Endpoints Manuel for details
- sign-up
- log-in
- add insurance
- patient-profile and more ....
check for Patient Endpoints Manuel for details
You can run the API locally on your machine by following below steps:
- Clone the repo or just download it.
- Open the project in any editor (VS code is recommended).
- Open terminal in the project path
cd /...../YASHFY-API
. - run command:
npm install
to inastall all appropriate dependencies. - You should now install mysql database workbench to handel DB requests and load on it our data.
- Last thing to run command:
npm run start:dev
, and now your server is running and listenning on port [8080]. (you can change the port num from app.js file)
This README made with ❤️ by Moahmmed Aiman