Skip to content

Latest commit

 

History

History
77 lines (56 loc) · 1.48 KB

README.md

File metadata and controls

77 lines (56 loc) · 1.48 KB

Pharmacy_Management_System

Project Overview & deployement link

  1. https://pharamay-mangament-system.web.app/

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

Tech Stack 🚀

  1. Frontend - React JS, Material UI
  2. Backend - Node JS, Express JS
  3. Database - MySQL
  4. Version control - GITHUB

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. edit db.js line n0. 6 by adding your mySQL password.

  4. 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(2).sql' in MySQL/myPHPadmin.

Credits goes to these people:✨