Skip to content

An Immunization Tracking System that tracks the records of Pediatrics in Nigeria, made with Django ❤

Notifications You must be signed in to change notification settings

Onlynfk/django-immunization-managment-system

Repository files navigation

An Immunization Tracking System for Pediatrics made with Django app

demo account details for admin 👇🏼

  • username : admin

  • password : adminpass101

  • you can create other users(health worker and public worker) with this 😊

Features

  • fullly functional dashboard for admin,health worker and public health official
  • user authentication
  • map integration
  • more .. etc

Users for the immunization

  • for health centres
  • for health workers
  • for public officials

alt text

Running Locally

$ git clone https://github.com/Onlynfk/django-immunization-managment-system.git

$ pipenv shell

$ pip install -r requirements.txt

$ python manage.py makemigrations

$ python manage.py migrate