Skip to content

PankajKhanwani/FastApi-Crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages