Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.14 KB

README.md

File metadata and controls

41 lines (34 loc) · 1.14 KB

DietMaster App created with React & TypeScript

Application for dietitian to manage patients

Features

  • 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

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
git clone https://github.com/lukbar48/dietmaster.git
  1. Install NPM packages
npm install
  1. Run the dev server
npm start