#Birth and Death Certificate Management System
#Overview
A system for managing and tracking printed and issued birth and death certificates, ensuring accurate record-keeping and easy tracking.
#Features
Register new birth/death certificates
Track issued certificates
Search/filter certificates
Admin roles and access control
#Tech Stack
Backend: Django (Python)
Database: MySql
Frontend: (ReactJs + Vite)
Authentication: JWT/Django Auth
#Installation
Clone the repo:
bash
Copy code
git clone https://github.com/JosephGMkonda/NRB-birthanddealthManagementsystem.git
cd NRB-birthanddealthManagementsystem
Install dependencies:
bash
Copy code
pip install -r requirements.txt
Set up the database and run migrations:
bash
Copy code
python manage.py migrate
Start the server:
bash
Copy code
python manage.py runserver
#Credetials
username: joseph234
password: mkonda23
#License
MIT License