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.
https://drive.google.com/file/d/1iWR__IW6XKfTB1XZNDaYHq6qV317YctJ/view?usp=sharing
- 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
-
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.sql' in MySQL Workbench.
@Alok Prasad @Eshan Agarwal @Keshav Gautam