An open API service indexing awesome lists of open source software.

https://github.com/srj101/chatting_api


https://github.com/srj101/chatting_api

Last synced: about 1 year ago
JSON representation

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