Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zsomborjoel/pharraxz
Fullstack Pharmacy Management System (spring webflux + react)
https://github.com/zsomborjoel/pharraxz
docker fullstack java-17 jwt material-ui mdc react reactive-programming spring spring-webflux
Last synced: about 1 month ago
JSON representation
Fullstack Pharmacy Management System (spring webflux + react)
- Host: GitHub
- URL: https://github.com/zsomborjoel/pharraxz
- Owner: zsomborjoel
- License: unlicense
- Created: 2022-04-09T11:17:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T01:53:56.000Z (over 1 year ago)
- Last Synced: 2024-04-22T00:15:27.873Z (9 months ago)
- Topics: docker, fullstack, java-17, jwt, material-ui, mdc, react, reactive-programming, spring, spring-webflux
- Language: TypeScript
- Homepage:
- Size: 3.51 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pharraxz
Pharmacy Management System## 💻 Technologies
* Spring Webflux 2.6.6 (Java 17)
* JWT auth with refresh token
* R2DBC custom dao mapping
* React 18 (Typescript 4)
* React query 3
* Material UI 4
* React router 6
* PostgreSql
* Liquibase
* Environment level separation
* Docker
* Swagger## 🦄 Functionality
This application created for intend to help hospitals 🏥 - doctor 👨⚕️ or ward 🛏️ - internal drug order usage.
* Stock management on wards
* Supplier management
* User management
* Role based access
* WHO atc code matching
* Product management
* Hospital inside order management## 📷 Interface snipets
Login
Menu
Date picker
Auto search dropdown
Save notification
Unauthorized notification
Filter
Tooltip
File Browser
## 📙 ER diagram
DB schema
## 🚀 Build Instructions / How to start the project
TODO