Welcome to the backend submodule of my Felpsbot project.
In this part of the project, I use the FastAPI web framework for building APIs, PostgreSQL as the database, and Redis for caching. For pubsub, I utilize RabbitMQ. And for object-relational mapping, I rely on Prisma.
This backend is a part of a personal project and is tailored to my specific needs and setup. It's not primarily designed for external use, but you're welcome to explore the code and use it as a reference for your projects.
Although this is a personal project, I'm open to pull requests. If you have suggestions or improvements, feel free to contribute.
This project is licensed under the GNU AGPLv3.