https://github.com/humancyyborg/deegingbackend
https://github.com/humancyyborg/deegingbackend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/humancyyborg/deegingbackend
- Owner: Humancyyborg
- Created: 2022-11-15T08:36:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T08:44:41.000Z (over 2 years ago)
- Last Synced: 2025-01-20T19:23:23.949Z (4 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FastAPI chat backend
## Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
- [Usage](#usage)Backed for chat app, supports: REST API, WS, DynamoDB integration, and S3 integration.
### Prerequisites
1. Make sure that you have boto3 installed and configured with your AWS credentials.
2. Add the appropriate IAM policies - access for DynamoDB and S3### Installing
Install the requirements
```
pip install -r requirements.txt
```View and edit configs.py
For starting the server:
```
python main.py
```Then you can access it on: http://127.0.0.1:8000/docs
All Models can be viewed on the "Schemas" section on the docs webpage.