Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.91 KB

File metadata and controls

44 lines (31 loc) · 1.91 KB

FASTAPI-and-JWT-Authentication-Blog-python

This repository contains a Python API project using the FastAPI framework. The API provides endpoints for performing Auth Blog CRUD (Create, Read, Update, Delete) operations.

Install the dependencies

pip install -r requirements.txt.
uvicorn main:app --reload

#Env Setep -python -m venv env -env\scripts\activate

Environment step

-python -m venv env
-env\scripts\activate
 1.Step :Auth
 2.Step :All users
 3.Step :All Blog Posts (accesstoken To Send BlogPost)
 4.Step :Comments

**Postman Screenshot -(Auth) all text all text **Postman Screenshot -(All users) all text **Postman Screenshot -(All Blog Posts (accesstoken To Send BlogPost)) all text all text all text all text

Postman Screenshot (Comments)
all text