Skip to content

AlexisHoo/p24_agenda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p24_agenda

👩‍⚕️ This project is basically an online agenda for doctor. The goal is to avoid loosing time booking appointments by phone for example.
The doctor can create an account and specify his informations, the days and the time slots he wants to work every week.
Then, he can create his own list of patients, allowing them to to book an appointment online under strict conditions:
-They cannot book an appointment when the doctor blocked it.
-They cannot book an appointment in a forbidden day, decided by the doctor when he created the patient account.
Indeed, the doctor can be free to create type of appointment and decide to have them just on Monday for example. Other than that, the patient is free to choose any slot showed to him. This way, the doctor has just to setup his patient list and the patient books them online.


🏥 This way, the patient feels more concerned about his appointment timing, and it is less likely for him to forget it. Of course, some notifications will be personalized by the doctor.

💻 Tech Stack:

CSS3 HTML5 JavaScript
Python Django

Installation

Créez un environnement virtuel python 3.11 et activez le (Windows)

python -m venv venv
source venv/Scripts/activate

Clonez le projet:

git clone https://github.com/AlexisHoo/p24_agenda

Entrez dans le projet et installer les dépendances

cd p24_agenda
python -r requirements.txt

Lancez le projet

cd merchex
python manage.py runserver

📆 Voici un exemple en vidéo de l'état du projet !

Présentation générale:

Django  - Complete Project (mouse problem with recording)

Here is the main page of the doctor, he can book appointment himself, delete appointment (sending an email to the patient), block a time slot to block the patient booking at that time and free a time sloot allowing the patient to book.

Django - Medical Agenda Project Main page Django - Sign UP/IN (Agenda Project)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages