Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 600 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 600 Bytes

FastAPI Crud

FastAPI Crus is a web API built with the FastAPI framework.

Installation

  1. Clone the repository: git clone https://github.com/PankajKhanwani/FastApi-Crud.git

  2. Change into the project directory: cd FastApi-Crud

  3. Create a virtual environment: python3 -m venv venv

  4. Activate the virtual environment: source venv/bin/activate

  5. Install the dependencies: pip install -r requirements.txt

  6. Start the application: uvicorn app.main:app --reload

  7. Open your browser and visit http://localhost:8000/api/v1/docs to access the API.