https://github.com/kvssankar/vacciq
A Digital queue to maintain social distances and avoid the crowd in places like vaccination centers, medical shops, etc.,
https://github.com/kvssankar/vacciq
axios covid-19 mern-stack nodejs react redux
Last synced: 3 months ago
JSON representation
A Digital queue to maintain social distances and avoid the crowd in places like vaccination centers, medical shops, etc.,
- Host: GitHub
- URL: https://github.com/kvssankar/vacciq
- Owner: kvssankar
- Created: 2021-04-27T04:03:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T14:06:59.000Z (over 2 years ago)
- Last Synced: 2024-12-27T13:46:04.670Z (5 months ago)
- Topics: axios, covid-19, mern-stack, nodejs, react, redux
- Language: JavaScript
- Homepage: https://vacciq.herokuapp.com/
- Size: 3.37 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DigiQ | LineItOut :man: :blonde_woman: :house: :mask: :pray:

# Tech Stack Used
**MERN STACK**
## Frontend
1. React
2. Reactstrap
3. Sass, Css
4. Redux
5. Axios
6. Socketio-client
7. NPM Packages
## Backend
8. Nodejs
9. Express
10. Mongoose
11. Socketio## ML
12. KNN - K nearest neighbour algorithm
13. Flask
# Dependencies
"client-dependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"node-sass": "^5.0.0",
"qrcode.react": "^1.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-qr-reader": "^2.2.1",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"reactstrap": "^8.9.0",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"sass": "^1.32.12",
"socket.io-client": "^4.0.1",
}
"server-dependencies": {
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"express": "^4.17.1",
"generate-password": "^1.6.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.5",
"mongoose-autopopulate": "^0.13.0",
"nodemailer": "^6.5.0",
"socket.io": "^4.0.1"
}# Getting started
cd client
npm install
npm start
cd ..
cd server
npm install
node index.js
cd ..
cd ML
pip install requirements.txt
python app.pyserver running in port => 5000
client running in port => 3000
ML running in port => 8000## > with ♡ by [Kvs Sankar](https://github.com/kvssankar), [Sriesh Agarwal](https://github.com/Srezzx), [Param Sharma](https://github.com/paramssharma)
```bash
╔═╗╔╦╗╔═╗╦ ╦ ╦ ╦╔═╗╔╦╗╔═╗
╚═╗ ║ ╠═╣╚╦╝ ╠═╣║ ║║║║║╣
╚═╝ ╩ ╩ ╩ ╩ ╩ ╩╚═╝╩ ╩╚═╝
╔═╗╔╦╗╔═╗╦ ╦ ╔═╗╔═╗╔═╗╔═╗
╚═╗ ║ ╠═╣╚╦╝ ╚═╗╠═╣╠╣ ║╣
╚═╝ ╩ ╩ ╩ ╩ ╚═╝╩ ╩╚ ╚═╝
```