This is the clone of the Buffer site Back-end made in Django
Find a file
dependabot[bot] fd4158de97
Bump fastapi from 0.101.0 to 0.109.1
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.101.0 to 0.109.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.101.0...0.109.1)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-10 20:55:21 +00:00
api Add User model field and Type and Post models 2024-03-08 16:52:06 +02:00
buffer_clone_backend Add dotenv configuration 2024-03-08 17:21:56 +02:00
.gitignore Initial commit 2024-03-06 11:08:50 +02:00
.pylintrc Fixing pylance issues 2024-03-10 22:53:55 +02:00
LICENSE Initial commit 2024-03-06 11:08:50 +02:00
manage.py initial commit 2024-03-06 13:19:28 +02:00
README.md Initial commit 2024-03-06 11:08:50 +02:00
requirements.txt Bump fastapi from 0.101.0 to 0.109.1 2024-03-10 20:55:21 +00:00

buffer_clone_backend

This is the clone of the Buffer site Back-end made in Django