MedbayTech

A complete hospital management system made as a class project
for Software Design

Usage

To start a project, run the required microservices

Pharmacy Integration

  • MedbayTech.Tenders
  • MedbayTech.Medications
  • MedbayTech.Pharmacies
  • MedbayTech.PatientDocuments
  • MedbayTech.Users
    Frontend
    # From MedbayTech.PharmacyUI/ run:
    npm install -g @vue/cli
    npm install --save axios vue-axios
    npm install
    npm run serve

Patient Web app

  • MedbayTech.APIGateways
  • MedbayTech.Appointment
  • MedbayTech.Feedback
  • MedbayTech.PatientDocuments
  • MedbayTech.Pharmacies
  • MedbayTech.Rooms
  • MedbayTech.Users
    Frontend
    # From WebApplicationFrontend/ run:
    npm install
    ng serve --o

Graphic Editor

  • MedbayTech.Appointment
  • MedbayTech.Rooms
  • MedbayTech.Medications
  • MedbayTech.Users
    Frontend
    From MedbayTech.GraphicEditor copy Icons/ and MapData/ folder to bin/netcoreapp3.1/
    and then run the WPF app

Start our projects:

Graphic Editor:

  • Copy folders Icons and MapData to bin/Debug/netcoreapp3.1
  • Add new migration and update database if needed
  • Start new instance of GraphicEditorWebService from Visual Studio
  • Then start new instance of GraphicEditor
  • Web Application:

  • Add new migration and update database if needed
  • Start new instance of WebApplication from Visual Studio
  • Go to project WebApplicationFrontend and in your command line type
  • npm install 
    ng serve --o

    Pharmacy Integration:

  • Add new migration and update database if needed
  • Start new instance of PharmacyIntegration from Visual Studio
  • MedbayTech team

    DevOps Hospital editor Pharmacy integration Web app
    Ignjatijević Aleksandar Jakovljević Jovana Farkaš Kristian Ivić Mihailo
    Vlajkov Jelena Tamindžija Nemanja Župunski Radovan Čivčić Ognjen
    Arađanin Stefan Antonić Nikola Pekez Marko Vujić Bojan
    Vojvodić Danica Pjevalica Bojana Ivošević Jovan Marković Filip

    Emoji guideline

    It is recommended to use emoji's where adequate when commiting

    See also gitmoji.

    Commit type Emoji
    Initial commit 🎉 :tada:
    Version tag 🔖 :bookmark:
    New feature :sparkles:
    Bugfix 🐛 :bug:
    Metadata 📇 :card_index:
    Documentation 📚 :books:
    Documenting source code 💡 :bulb:
    Performance 🐎 :racehorse:
    Cosmetic 💄 :lipstick:
    Tests 🚨 :rotating_light:
    Adding a test :white_check_mark:
    Make a test pass ✔️ :heavy_check_mark:
    General update :zap:
    Improve format/structure 🎨 :art:
    Refactor code 🔨 :hammer:
    Removing code/files 🔥 :fire:
    Continuous Integration 💚 :green_heart:
    Security 🔒 :lock:
    Upgrading dependencies ⬆️ :arrow_up:
    Downgrading dependencies ⬇️ :arrow_down:
    Lint 👕 :shirt:
    Translation 👽 :alien:
    Text 📝 :pencil:
    Critical hotfix 🚑 :ambulance:
    Deploying stuff 🚀 :rocket:
    Fixing on MacOS 🍎 :apple:
    Fixing on Linux 🐧 :penguin:
    Fixing on Windows 🏁 :checkered_flag:
    Work in progress 🚧 :construction:
    Adding CI build system 👷 :construction_worker:
    Analytics or tracking code 📈 :chart_with_upwards_trend:
    Removing a dependency :heavy_minus_sign:
    Adding a dependency :heavy_plus_sign:
    Docker 🐳 :whale:
    Configuration files 🔧 :wrench:
    Package.json in JS 📦 :package:
    Merging branches 🔀 :twisted_rightwards_arrows:
    Bad code / need improv. 💩 :hankey:
    Reverting changes :rewind:
    Breaking changes 💥 :boom:
    Code review changes 👌 :ok_hand:
    Accessibility :wheelchair:
    Move/rename repository 🚚 :truck:
    Other Be creative