https://github.com/lalanachami/pharmacy-mangment-system
👨💻 :hospital: MEAN stack Pharmacy Management system.
https://github.com/lalanachami/pharmacy-mangment-system
angular backend dashboard hacktoberfest2020 jwt-authentication knowi meanstack mongoose node nodemailer pharmacy-management-system point-of-sale ui-components
Last synced: about 1 month ago
JSON representation
👨💻 :hospital: MEAN stack Pharmacy Management system.
- Host: GitHub
- URL: https://github.com/lalanachami/pharmacy-mangment-system
- Owner: LalanaChami
- License: mit
- Created: 2020-03-18T11:59:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T03:37:17.000Z (12 months ago)
- Last Synced: 2025-04-04T03:03:58.891Z (about 1 month ago)
- Topics: angular, backend, dashboard, hacktoberfest2020, jwt-authentication, knowi, meanstack, mongoose, node, nodemailer, pharmacy-management-system, point-of-sale, ui-components
- Language: TypeScript
- Homepage:
- Size: 36.1 MB
- Stars: 535
- Watchers: 25
- Forks: 237
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pharmacy Manegement System
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.6.
Updates and bug fixes are done daily :100:.
Star :star: the repo to help the developers :innocent:
## 🦄 Product Features and Screen Shots
Login
SignUp
![]()
![]()
![]()
Doctor Oders
Verified Doctor Oders
![]()
![]()
Point Of Sales
![]()
Checking out drugs from Point Of Sales
![]()
Supplier Table
Supplier Form
![]()
![]()
Sales Charts generated
![]()
Sends Email requests to suppliers when drugs expire
Expired & about to expire table
![]()
![]()
Preferences or Settings
Out of Stock & About to get out of stock
![]()
![]()
## 🚀 Build Instructions / How to start the project
1) Downloard/clone the Contributor branch of the repository
2) Open terminal/command prompt
3) cd (change directory) in to the project folder
4) Run `npm install` in your terminal
5) Run `ng serve` to run the Angular frontend
6) Run `npm run start:server` to run the backend Node server
7) Open your browser and navigate to `http://localhost:4200/`## 🚨 Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
Run `npm run start:serve` for a backend server. Navigate to `http://localhost:3000/`.## 🚨 Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## 🚨 Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## 🚨 Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## 🚨 Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).