Skip to content

Dietmaster is a tool to manage patients for dietitian. Created with NodeJS, React, Redux, TypeScript.

Notifications You must be signed in to change notification settings

lukbar48/dietmaster

Repository files navigation

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

About

Dietmaster is a tool to manage patients for dietitian. Created with NodeJS, React, Redux, TypeScript.

Topics

Resources

Stars

Watchers

Forks