An open API service indexing awesome lists of open source software.

https://github.com/tcarters/vaccine-system

A Project build in the Context of my School Internship.
https://github.com/tcarters/vaccine-system

crud-operation nodejs react-qr-generator reactjs vitejs

Last synced: 3 months ago
JSON representation

A Project build in the Context of my School Internship.

Awesome Lists containing this project

README

          

# Vaccine-Management-System
A Project build in the Context of my School Internship.

**Backend setting up**
##### mkdir server
##### npx install express-generator –no-view
##### yarn install
##### yarn add cors crypto-js dotenv jsonwebtoken mongoose nodemon

**Frontend Setting Up**

#### mkdir frontend
#### yarn create vite
#### yarn install
#### yarn add @mui/material @emotion/react @emotion/styled @mui/lab
#### @mui/x-data-grid @fontsource/roboto @mui/icons-material react-
#### chartjs-2 charts.js react-qr-code react-qr-reader axios moment query-
#### string react-router-dom

## ERD Diagram

erd-diagram

## Class Diagram

class-diagram

## Case Diagram

case-diagram

### OUTPUTS

1. Home Page

![homePage](https://user-images.githubusercontent.com/71230412/173111356-88822abb-241c-4350-aad5-76b213fa2476.png)

2. Login Page

![loginP](https://user-images.githubusercontent.com/71230412/173120609-97a5faf2-a5ad-432e-8a28-a79edb45ac8a.png)

3. Dashboard

![dashboard](https://user-images.githubusercontent.com/71230412/173111049-c4344151-a4d7-46a0-9644-3c12b96befdc.png)

4. Qr-Scan Page

![qr-ScanPage](https://user-images.githubusercontent.com/71230412/173120857-16fa7464-3c17-430f-a266-6268aa0c0360.png)