Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 348 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 348 Bytes

Hospital-API

This is the source code of the API for the inpatient hospital's medical examination and treatment management application

Python

  • version 3.9.4

Install

pip install -r requirements.txt

Run the app

uvicorn main:app --reload

REST API Docs

Using Swagger to generate docs for API at http://localhost:8000/docs