Skip to content

Commit

Permalink
medrecord added (Closes #1078) (#1079)
Browse files Browse the repository at this point in the history
* medrecord added

* medbrain-added-with-readme

* update readme

* med-brain added

* med-brain added

* add med-brain
  • Loading branch information
Harshit457 authored Feb 9, 2025
1 parent 53bc7b9 commit 097adce
Show file tree
Hide file tree
Showing 22 changed files with 2,290 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/app/(category)/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,9 +536,13 @@

#### :zap: Row 5

| <img src="/src/app/(category)/node/(projects)/user-registration-system/screenshot.webp" width="300px" height="180px"> | <img src="/src/app/(category)/node/(projects)/youtube-video-downloader/screenshot.webp" width="300px" height="180px"> | |
| <img src="/src/app/(category)/node/(projects)/user-registration-system/screenshot.webp" width="300px" height="180px"> | <img src="/src/app/(category)/node/(projects)/youtube-video-downloader/screenshot.webp" width="300px" height="180px"> | <img src="/src/app/(category)/node/(projects)/med-brain/screenshot.webp" width="300px" height="180px"> |
| :--: | :--: | :--: |
| [User Registration System](./src/app/(category)/node/(projects)/user-registration-system) | [Youtube Video Downloader](./src/app/(category)/node/(projects)/youtube-video-downloader) | |
| [User Registration System](./src/app/(category)/node/(projects)/user-registration-system) | [Youtube Video Downloader](./src/app/(category)/node/(projects)/youtube-video-downloader) | [med-brain](./src/app/(category)/node/(projects)/med-brain) | |





</div>

Expand Down
26 changes: 26 additions & 0 deletions src/app/(category)/node/(projects)/med-brain/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

.env
85 changes: 85 additions & 0 deletions src/app/(category)/node/(projects)/med-brain/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
<h1 align='center'><b>💥 MedBrain - Patient Prescription Management 💥</b></h1>

<!-- -------------------------------------------------------------------------------------------------------------- -->

<h3 align='center'>Tech Stack Used 🎮</h3>
<!-- enlist all the technologies used to create this project from them (Remove comment using 'ctrl+z' or 'command+z') -->

<div align='center'>
<img src="https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white" alt="Node.js"/>
<img src="https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge&logo=express&logoColor=%2361DAFB" alt="Express.js"/>
<img src="https://img.shields.io/badge/MongoDB-%234ea94b.svg?style=for-the-badge&logo=mongodb&logoColor=white" alt="MongoDB"/>
<img src="https://img.shields.io/badge/cloudinary-FF5722?style=for-the-badge&logo=cloudinary&logoColor=white" alt="Cloudinary"/>
</div>


![Line](https://github.com/Avdhesh-Varshney/WebMasterLog/assets/114330097/4b78510f-a941-45f8-a9d5-80ed0705e847)

<!-- -------------------------------------------------------------------------------------------------------------- -->

## :zap: Description 📃

MedBrain is a backend infrastructure for a prescription management system where patient prescriptions are stored, managed, and can be updated by doctors. It allows **doctors** to create, update, and delete prescriptions, while **patients** can access their prescription details.

<!-- -------------------------------------------------------------------------------------------------------------- -->

## :zap: How to run it? 🕹️

1. Fork the repository.

2. Clone the project.

git clone repository-url


3. Install dependencies.

npm install

4. Create and update `.env` file.

MONGODB_URI = YOUR_MONGODB_URI
PORT = 5001
JWT_SECRET =YOUR_SECRET
NODE_ENV = development
CLOUDINARY_CLOUD_NAME = Your clodinary name
CLOUDINARY_API_KEY = your api key
CLOUDINARY_API_SECRET = your secret
API_KEY = your key


5. Run the server.

npm start
## :zap: Screenshots 📸

### REGISTER (Authentication: No)
<img src="./images/Signup.png"/>

### LOGIN (Authentication: No)
<img src="./images/login.png"/>

### CREATE PRESCRIPTION (Authentication: Doctor/Admin)
<img src="./images/prescription.png"/>



---

![Line](https://github.com/Avdhesh-Varshney/WebMasterLog/assets/114330097/4b78510f-a941-45f8-a9d5-80ed0705e847)

<!-- -------------------------------------------------------------------------------------------------------------- -->

<h4 align='center'>Developed By <b><i>Harshit</i></b> 👩</h4>
<p align='center'>
<a href='https://www.linkedin.com/in/harshit-saini-b855b6296'>
<img src='https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white' />
</a>
<a href='https://github.com/Harshit457'>
<img src='https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white' />
</a>
</p>

<h4 align='center'>Happy Coding 🧑‍💻</h4>

<h3 align="center">Show some &nbsp;❤️&nbsp; by &nbsp;🌟&nbsp; this repository!</h3>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 097adce

Please sign in to comment.