/medi-hub

MERN STACK HOSPITAL MANAGEMENT SYSTEM

Primary LanguageJavaScriptMIT LicenseMIT

This Project is a part of

GSSoC GSSoC

MediHub - MERN STACK HOSPITAL MANAGEMENT SYSTEM

💻 Tech Stack

  • ReactJs - React.js an open-source JavaScript library, crafted with precision by Facebook.
  • NodeJs - Node.js is a free, open-source, cross-platform JavaScript runtime environment.
  • ExpressJs - Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
  • JavaScript - JavaScript is a free and open-source high-level programming language.
  • TailwindCSS - Tailwind CSS is a utility-first CSS framework for rapidly building modern websites without ever leaving your HTML.
  • MongoDB - MongoDB is an open source NoSQL database management program.

Folder Structure

The project repository is organized as follows:

  • frontend: Contains the client-side frontend code built with React.js.
  • backend: Contains the server-side backend code built with Node.js.
  • dashboard: Contains the admin dashboard frontend code built with React.js.

🚀 Quick start

1. Fork this repository

2. Clone your forked repository

git clone https://github.com/itsmohit097/medi-hub.git

3. Change the directory and install dependencies :

   cd frontend
   npm install or npm i

   cd backend
   npm install or npm i

   cd dashboard
   npm install or npm i

4. Start the development environment:

npm run dev // for all
now open the local host

🙌 Contributing

Warning: Please do not spam the repository with unnecessary PRs. Make sure to follow the project's Code of Conduct.