- Frontend - React JS, Material UI
- Backend - Node JS, Express JS
- Database - MySQL
- Version control - GITHUB
- Node (13.12.0)
- NPM (6.14.4) or Yarn (1.22.4)
- MySQL
Fork the repository.
Clone the repository -
git clone https://github.com/keshavga1209/Pharmacy_Management
-
Run
cd server
on your CLI. -
Install the dependencies by running
nodemon to run development mode npm install
-
edit db.js line n0. 6 by adding your mySQL password.
-
Run the server
npm run devStart
-
Run
cd client
on your CLI. -
Install the dependencies by running
npm install
-
Run the server
npm start
-
Open localhost:3000 in the browser NOTE: To run the Frontend side of the application it recommended to run the backend server too.
- Create a new schema named 'pharmacy' using command 'use pharmacy' in MySQL CLI.
- Run script 'pharmacy(2).sql' in MySQL/myPHPadmin.