Skip to content

Latest commit

 

History

60 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doctor Appointment Scheduler Flask API

Introduction

This application serves as the Python backend for a doctor appointment scheduler

Installation

Install Python

Install MySQL

Install Pipenv

Create the following schemas:

doc_appt_schema

Alternatively, you can add the "doc_appt_schema.sql" file in the root folder

Run:

pip install Pipfile

python API/app.py --username={username} --password={password} --hostname={hostname} --schema_name=doc_appt_schema

Replace username, password, and hostname with their respective values

Notes

The application runs on port 5000

About

Flask implementation of the doctor appointment scheduler backend

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages