Record management solution for medical records. (Supports Doctor/patients both)
- you need to create a
.env
file with following keys
SERVER_PORT
SECRET
DBURI
HASH
JWT
FINALSTRAW
CORSORIGIN
- then for both Frontend and Backend folders, do
npm i
- Now you are good to start the project
npm run dev
- create user [patient / doctor]
- login
- upload medical respord [images/ pdf]
- patients choose doctors who will be provided access to the resource
- Next.js
- next-PWA
- tailwind
- Express.js
- Jwt
- MongoDB
- Grid-fs
- Multer
While the app workd fine on laptops/ compuetrs, viewing files on mobile devices downloads the file instead of preview, which woudl require a bit more work to see what's causing the issue. Tried approached included, embed,object and iframe
tags
For this particular project, outside contributions are not welcomed as this project is needed for college evaluation.