Skip to content

[2022] Fullstack Pharmacy Management System (spring webflux + react)

License

Notifications You must be signed in to change notification settings

zsomborjoel/pharraxz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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