Skip to content

Back End Web Server to Create, Delete and Read Data for Doctors and Appointments in a Clinic.

Notifications You must be signed in to change notification settings

AdityaMV1215/DoctorsAndAppointments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language : Python 3 Framework : FastAPI

packages to install : fastapi, sqlalchemy, uvicorn

Directions to run the project:

  1. Navigate to the directory containing main.py file
  2. execute uvicorn main:app -> This will start the server.
  3. In your browser go to localhost/docs#/ -> All the APIs with their structure and documentation are listed on this page.
  4. You can also use the above page to interact with the given APIs.

About

Back End Web Server to Create, Delete and Read Data for Doctors and Appointments in a Clinic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages