https://github.com/nursultanm4/mini-bank
Banking REST API on FastAPI
https://github.com/nursultanm4/mini-bank
fastapi jwt pydantic rest-api sqlalchemy starlette swagger-ui uvicorn
Last synced: 17 days ago
JSON representation
Banking REST API on FastAPI
- Host: GitHub
- URL: https://github.com/nursultanm4/mini-bank
- Owner: nursultanm4
- Created: 2025-07-11T18:26:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-29T06:56:39.000Z (10 months ago)
- Last Synced: 2025-07-29T07:44:15.189Z (10 months ago)
- Topics: fastapi, jwt, pydantic, rest-api, sqlalchemy, starlette, swagger-ui, uvicorn
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Mini-Bank API
A lightweight banking backend built with FastAPI — supports user-to-user money transfers, balance checks, and transaction history.
## Features
- User authentication via JWT
- Money transfer between users
- Balance inquiry
- Transaction history tracking
- Simple and clean code structure + All security practices are utilized such as rate limiting, encryption, etc.