Skip to content

masih-developer/pharmacy-medicines-backend

Repository files navigation

Pharmacy Medicines Backend

A backend system designed for managing pharmacy inventories. This project allows users to add medicines manually or in bulk using an Excel file. Built with Node.js, Express.js, and MongoDB, it ensures efficient and reliable medicine management.


Features

  • Add Medicines Manually
    Add individual medicines to the inventory through the provided API endpoints.

  • Bulk Upload via Excel (XLSX)
    Upload .xlsx files to import multiple medicines into the inventory at once.

  • Database Integration
    Leverages MongoDB for secure and scalable storage of medicine data.


Technologies Used


Installation

Follow these steps to set up and run the project locally:

  1. Clone the repository:

    git clone https://github.com/yourusername/pharmacy-medicines-backend.git
    cd pharmacy-medicines-backend
  2. Install dependencies: npm install

  3. Set up environment variables in a .env file: PORT=3000 MONGO_URI=

  4. Start the server: npm start

Releases

No releases published

Packages

 
 
 

Contributors