This is a web application which helps a clinic register a patient's name and sickness. It ensures that the patients are registered in the exact order they arrived and records the exact arrival time. It also tracks the total number of patients seen during the session.
To run this web-app locally, you have to follow the following steps:
- Open your Git Bash terminal.
- Run
pip install Flask. - Run
python app.pyin your project folder. - Open your web browser and go to
http://127.0.0.1:5000.