Skip to content

keshavga1209/Pharmacy_Management_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pharmacy Management System

Project for AMOC'21
Pharmacy_Management_system
A system that stores data and enables functionality that organizes and maintains the customer, transactions and medications use process within pharmacies.

Project overview

https://drive.google.com/file/d/1iWR__IW6XKfTB1XZNDaYHq6qV317YctJ/view?usp=sharing

Tech Stack 🚀

Made withReact Made withExpress Made MUI Made withMySQL Made withNode.js

What you need to run this code

  1. Node (13.12.0)
  2. NPM (6.14.4) or Yarn (1.22.4)
  3. MySQL

Setup Guidelines 💻

Fork the repository.

Clone the repository -

git clone https://github.com/keshavga1209/Pharmacy_Management

Backend

  1. Run cd server on your CLI.

  2. Install the dependencies by running

    nodemon to run development mode
    npm install
    
  3. Run the server

    npm run devStart
    

Frontend

  1. Run cd client on your CLI.

  2. Install the dependencies by running

    npm install
    
  3. Run the server

    npm start
    
  4. Open localhost:3000 in the browser NOTE: To run the Frontend side of the application it recommended to run the backend server too.

Database setup

  1. Create a new schema named 'pharmacy' using command 'use pharmacy' in MySQL CLI.
  2. Run script 'pharmacy.sql' in MySQL Workbench.

Credits goes to these people:✨

@Alok Prasad @Eshan Agarwal @Keshav Gautam


Releases

No releases published

Packages

No packages published

Languages