Skip to content

This is a web application built with Next.js for managing Outpatient Department (OPD) activities in a hospital. The application allows for scheduling appointments, managing patient records, and providing an interface for doctors and staff to handle daily operations efficiently.

Notifications You must be signed in to change notification settings

Aetheriony/hospital-opd

Repository files navigation

Hospital OPD Management System

image

Description

This is a web application built with Next.js for managing Outpatient Department (OPD) activities in a hospital. The application allows for scheduling appointments, managing patient records, and providing an interface for doctors and staff to handle daily operations efficiently.

Technologies Used

  • Next.js: React framework for server-rendered applications.
  • JavaScript: Main programming language.
  • CSS: Styling of the application.
  • Node.js: Backend server.
  • MongoDB: Database for storing patient records and appointments.

Installation

  1. Clone the repository:
git clone https://github.com/yhimanshu22/hospital-opd.git
  1. Navigate to the project directory:
cd hospital-opd
  1. Install dependencies:
npm install
  1. Set up environment variables:

Create a .env.local file in the root directory and add the following variables:

MONGODB_URI=<your_mongodb_uri>
NEXT_PUBLIC_API_KEY=<your_api_key>
  1. Start the development server:
npm run dev
  1. Open http://localhost:3000 in your browser to see the application.

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes.

image

image

image

image

image

image

image

image

image

image

About

This is a web application built with Next.js for managing Outpatient Department (OPD) activities in a hospital. The application allows for scheduling appointments, managing patient records, and providing an interface for doctors and staff to handle daily operations efficiently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published