CoC Inheritance 2023 || Web Warriors
- Description
- Links
- Tech Stack
- Progress
- Future Scope
- Applications
- Project Setup
- Usage
- Team Members
- Mentors
- Screenshots
MedVault is a easy to use web-based application which serves the purpose of keeping medical documents safe, secure in one-place and easily accessible when needed. Provides multiple features as latest news, nearby pharmacy finder and medical chatbot.
- Provides safe and secure storage of medical documents.
- Provides map feature which gives location of nearby pharmacies.
- Provides latest news related to medical field.
- Provides chatbot which provides quick remedies.
Fully Implemented features of the project:
- Successful implementation of the database.
- Map is successfully integrated with the Application.
- Latest News API is successfully intergrated.
- Chatbot has been added to the website.
Partially Implemented features of the project:
- Admin Dashboard integration is partially complete.
List down all the future plans for the project here
- To create larger database for nearby pharmacy finders.
- Edit and Share feature of the appointment.
Safe and secure storage for medical reports and documents is a very important step as documents can be accessed from anywhere and anytime which is especially important in urgent times. Rather than finding all the documents offline the storage of all the documents in one place provides a reliable, efficient and especially works best during times of emergency.
First step is to clone the repository
git clone https://github.com/KartikGupta2004/Inheritance-Proj-Patient-Database.git
Have the latest version of node js and vite app.
npm install -g n
n latest
node -v
Then for activating backend travel to the folder.
cd Inheritance-Proj-Patient-Database
For backend execute the command:
node index.js
For frontend execute the command in the index.html file:
npm run devv