Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Auth Service

A backend authentication service built using FastAPI. This project demonstrates user authentication, token-based authorization, and scalable backend design.


Features

  • User authentication (Login)
  • JWT-based authorization
  • Secure API endpoints
  • Modular project structure
  • FastAPI-powered high-performance APIs

Setup Instructions

1. Clone repository

git clone https://github.com/AnshuS14/fastapi-auth-service.git

2. Create virtual environment

python3 -m venv venv
source venv/bin/activate

3. Install dependencies

python3 -m pip install -r requirements.txt

Run the Server

python3 -m uvicorn app.main:app --reload

Server runs at:

http://127.0.0.1:8000

Author

Anshu Saxena

About

A backend authentication service built in Python using FastAPI. This project demonstrates user authentication, token-based authorization, and scalable backend design.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages