chat app be
1.0.0
This API was built to support the chat_app_FE.
In the /api
folder you will find the routes for rooms and users.
This being a FastAPI app, you will also be able to get quick documenatation on the routes and request types after getting it up and running.
This app uses:
I've set it up so that you only need to use the run
script to start.
Be sure to set the S3 environement variables for access
conda env create -f environment.yml
conda activate chat_app
export AWS_SECRET_ACCESS_KEY=...
export AWS_ACCESS_KEY_ID=...
cp config.template.py config.py # edit config.py and fill with your values/credentials
./run
For quick API documentation, navigate to localhost:8000/docs
after starting the server
This app uses a couple of 3rd party resources for all of it's functionality.