Skip to content

jcosentino/doctor-appointment-scheduler-API-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages