-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1c83da
commit 6bd9417
Showing
1 changed file
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
# Felpsbot Backend | ||
# Felpsbot /backend | ||
|
||
This is the backend of a personal project of mine, Felpsbot for the streamer Felps. | ||
Welcome to the backend submodule of my Felpsbot project. | ||
|
||
It uses [FastAPI](https://fastapi.tiangolo.com/) web framework, [PostgreSQL](https://www.postgresql.org/) database and [Redis](https://redis.io/) as cache. | ||
## Overview | ||
|
||
In this part of the project, I use the [FastAPI](https://fastapi.tiangolo.com/) web framework for building APIs, [PostgreSQL](https://www.postgresql.org/) as the database, and [Redis](https://redis.io/) for caching. For pubsub, I utilize [RabbitMQ](https://www.rabbitmq.com/). And for object-relational mapping, I rely on [Prisma](https://prisma-client-py.readthedocs.io/en/stable/). | ||
|
||
## Note | ||
|
||
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. | ||
|
||
## Contributing | ||
|
||
Pull requests are welcome. | ||
Although this is a personal project, I'm open to pull requests. If you have suggestions or improvements, feel free to contribute. | ||
|
||
## License | ||
|
||
[GNU AGPLv3](https://choosealicense.com/licenses/agpl-3.0/) | ||
This project is licensed under the [GNU AGPLv3](https://choosealicense.com/licenses/agpl-3.0/). |