Skip to content

An immunization tracker built to keep track of children's vaccination records

License

Notifications You must be signed in to change notification settings

Deb77/Vaxitrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vaxitrack

A website built to enable doctors and parents keep track of vaccination records

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage and Screenshots
  4. License

About The Project

This project was created keeping in mind the difficulty faced in tracking with paper records. Vaxitrack is a website which helps doctors view their patients vaccination records in a systematic way and helps parents to keep a track of thier children's vaccination records, i.e, 2 different types of systems(admin and user) are implemented.

Working:

  • Parents are allowed to signup and register their children
  • All registered children are viewable to the doctor
  • The doctor is given the freedom the modify the due date and date of administration of the vaccine
  • The vaccine records are displayed to the user for hastle free record keeping

Built With

  • MongoDB
  • Express
  • React/Redux
  • Node.js
  • Styled Components

Getting Started

Installation

  1. Clone the repo
    git clone https://github.com/your_username_/Project-Name.git
  2. Install yarn packages
    yarn install
  3. Create env files in the client and backend folders following the .env example naming conventions
  4. To run the backend
    cd backend 
    nodemon server.js
  5. To run the frontend
    cd client
    yarn start

Usage and Screenshots

Home Page Screenshots


Client Side Screenshots

Admin Side Screenshots

The admin side features a similar layout with an additional feature to update the vaccine infomation of a patient

License

Distributed under the MIT License. See LICENSE for more information.

About

An immunization tracker built to keep track of children's vaccination records

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages