https://github.com/srj101/chatting_api
https://github.com/srj101/chatting_api
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/srj101/chatting_api
- Owner: srj101
- Created: 2025-04-03T15:29:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-03T15:54:37.000Z (over 1 year ago)
- Last Synced: 2025-04-03T16:41:24.924Z (over 1 year ago)
- Language: Python
- Homepage: https://chatting-api-inky.vercel.app
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat API
A simple, straightforward RESTful API for a fully functional chat application built with FastAPI and PostgreSQL.
## Features
- Authentication (register, login)
- API key management for multiple developers
- User management
- Individual and group chats
- Message delivery status (sent, delivered, seen)
- File/image upload (max 50KB)
- Swagger documentation