Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.57 KB

README.md

File metadata and controls

63 lines (40 loc) · 1.57 KB

Project Mithril

Introduction

Welcome to Project Mithril - a simple web application created for educational purposes. The application consists of three main segments:

  • Doctor panel
  • Reception panel
  • Messenger

Each segment provides some individual features.

Demo

Feel free to test Project Mithril yourself!

https://project-mithril-client.herokuapp.com/

Login is required to use the application. You can either register a new account at:

https://project-mithril-client.herokuapp.com/register

...or sign in using the following credentials:

Doctor panel

Login : [email protected]

Password : Test1234@

Reception panel

Login : [email protected]

Password : Test1234@

Features

Doctor panel

  • schedule planning
  • patient management
  • visit service

Reception panel

  • new patient registration
  • visit planning

Common features

  • adding announcements
  • real time communication using Messenger

Implementation details

Architecture

The project was initially developed using SQL Server database. However, in order to deploy the application without any costs, migration to PostgreSQL was necessary.