FastAPI Crus is a web API built with the FastAPI framework.
-
Clone the repository:
git clone https://github.com/PankajKhanwani/FastApi-Crud.git
-
Change into the project directory:
cd FastApi-Crud
-
Create a virtual environment:
python3 -m venv venv
-
Activate the virtual environment:
source venv/bin/activate
-
Install the dependencies:
pip install -r requirements.txt
-
Start the application:
uvicorn app.main:app --reload
-
Open your browser and visit
http://localhost:8000/api/v1/docs
to access the API.