- Add new patient to database
- Remove patient from database
- Sort patients
- Search patients
- Log In / Out
- Change informations about patient
- Patient subpages:
- About - basic informations
- Diet - set amount of calories and macronutrients
- Allergens - add allergens, diseases and prefferences of the patient
- Tests - add blood tests and others
- Appointments - see history and set up new appoitments
- All informations are saved in database
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/lukbar48/dietmaster.git
- Install NPM packages
npm install
- Run the dev server
npm start