GitHunt
RZ

rzmk/fastapi-practice

⚡ An implementation of FastAPI in Python using CRUD operations.

FastAPI Practice

FastAPI Practice Docs Example

A simple implementation of FastAPI in Python using CRUD operations.

Details

Built With

How to Use

  1. Fork the repository.
  2. Clone the repository to your local environment using the terminal command git clone https://github.com/<YOUR_USERNAME>/fastapi-practice.git
  3. cd into your cloned folder
  4. Initialize your virtual environment with python -m venv venv
  5. Activate your virtual environment
    1. Windows: venv\Scripts\activate
    2. Git Bash: source venv\\Scripts\\activate
  6. Install all local packages from the requirements.txt using pip install -r requirements.txt
  7. Run the local uvicorn server with uvicorn myapi:app --reload, where "myapi" is your .py filename.
  8. Check out your local api server! Normally it's at https://localhost:8000, and you can check an interactive docs at https://localhost:8000/docs

Want to learn more about how to work with FastAPI? Check out the links in the Details section.

Contributors



Contact

Mueez Khan - @rzmk

Project Link: https://github.com/rzmk/fastapi-practice

Created August 17, 2021
Updated February 6, 2026