/riverside-medical-center

Our hospital management website build with intelligence and design 🏥

Primary LanguagePythonMIT LicenseMIT

Riverside Website ✨

Screen Shot 2022-06-25 at 16 14 49

Screen Shot 2022-06-25 at 16 41 09

Screen Shot 2022-06-25 at 18 22 39

Our hospital management website build with intelligence and design 🏥

DESCRIPTION 🌸

The website mainly focuses on ordinary users. After filling in all the requirements, the system displays the patient appointments form with their respective details. After the admin receives the appointment email he/she can log into the application and appoints the patient with a qualified doctor in the admin portal. In addition, the Patient can view their appointments in the application as they wait for the admin to contact them either by email or a phone call.

Contributors 🦁

Jimmy-oss ✨

2BWeru 🌺

Langat20 👨🏾‍💻

Flora 🌼

BEHAVIOUR DRIVEN DEVELOPMENT 😇

The Website system displays the patient form appointment details, and the administrator can appoint patients with their desired doctors.

INSTALLATION PROCESS ✨

To use the application you should have python3 and django latest version installed in your machine.

  • Create and activate the vitual Environment and install the from requirements.txt $ python3 -m virtualenv virtual $ source virtual/bin/activate $ pip install -r requirements.txt

It will install everything from the requirements file after configuring launch and enjoy.

  • Setting up environment variables

Create an .env and add the following.

SECRET_KEY='<Secret_key>'
DBNAME='<DbName>'
USER='<Username>'
PASSWORD='<password>'
DEBUG=True
DB_HOST='127.0.0.1'
MODE='dev'
ALLOWED_HOSTS='.localhost','.herokuapp.com','127.0.0.1'
DISABLE_COLLECTSTATIC=1

  • Start the Server to run the app

  • $ python3 manage.py runserver

  • Open localhost:8000


Improvement plans 💞️

  • Patients are able to rate/review.
  • Patients are able to receive their payment bills in the application once they are discharged.
  • M.V.P 🤝

    We are a Team based on strengths and weaknesses."Alone we can do so little; together we can do so much."

    TECHNOLOGIES USED ✨

    we have used:

  • Python3
  • Django
  • Html
  • Css
  • PostgreSql
  • BUGS💢

    No bugs so far

    THE LICENSE👨🏾‍⚖️

    The website is under Mit license.