Skip to content

This is the project done in the ITP module at SLIIT. The project is Pharmacy Management System with MERN Stack.

Notifications You must be signed in to change notification settings

kavindu-dilshan/KMP-Pharmacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

KMP Pharmacy (Pharmacy Management System)

This repository contains the source code for a Pharmacy Management System web application developed using the MERN (MongoDB, Express.js, React, Node.js) stack. The project utilizes Vite as the local development server.


KMP-Pharmacy-Home

Table of Contents


Installation

To set up the project locally, follow these steps:

1. Clone the repository:

git clone https://github.com/kavindu-dilshan/KMP-Pharmacy.git

2. Install dependencies for the frontend and backend:

cd KMP-Pharmacy/client
npm install

cd KMP-Pharmacy/server
npm install

3. Set up MongoDB:

  • Create a MongoDB database and configure the connection in server/utils/db.js.

4. Run the development server:

cd KMP-Pharmacy/client
npm run dev

cd KMP-Pharmacy/server
npm run dev

Project Structure

The project structure is organized as follows:

  • client: Frontend React application.
  • server: Backend Express.js application.

About

This is the project done in the ITP module at SLIIT. The project is Pharmacy Management System with MERN Stack.

Resources

Stars

Watchers

Forks

Languages