Loading repository data…
Loading repository data…
rzmk / repository
⚡ An implementation of FastAPI in Python using CRUD operations.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A simple implementation of FastAPI in Python using CRUD operations.
git clone https://github.com/<YOUR_USERNAME>/fastapi-practice.gitcd into your cloned folderpython -m venv venvvenv\Scripts\activatesource venv\\Scripts\\activatepip install -r requirements.txtuvicorn myapi:app --reload, where "myapi" is your .py filename.https://localhost:8000, and you can check an interactive docs at https://localhost:8000/docsWant to learn more about how to work with FastAPI? Check out the links in the Details section.
Mueez Khan - @rzmk
Project Link: https://github.com/rzmk/fastapi-practice