Skip to content

Commit

Permalink
task: replace fastapi-boilerplate with fastapi-mongodb-boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
svaponi committed Jul 21, 2024
1 parent c588c3f commit 215d5bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# FastAPI Boilerplate
# FastAPI MongoDB Boilerplate

[![Test](https://github.com/svaponi/fastapi-boilerplate/actions/workflows/run-tests.yml/badge.svg)](https://github.com/svaponi/fastapi-boilerplate/actions/workflows/run-tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/svaponi/fastapi-boilerplate/badge.svg?branch=main)](https://coveralls.io/github/svaponi/fastapi-boilerplate?branch=main)
[![Test](https://github.com/svaponi/fastapi-mongodb-boilerplate/actions/workflows/run-tests.yml/badge.svg)](https://github.com/svaponi/fastapi-mongodb-boilerplate/actions/workflows/run-tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/svaponi/fastapi-mongodb-boilerplate/badge.svg?branch=main)](https://coveralls.io/github/svaponi/fastapi-mongodb-boilerplate?branch=main)

Boilerplate repository to kickstart 🚀 your [FastAPI](https://fastapi.tiangolo.com/) project.

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "fastapi-boilerplate"
name = "fastapi-mongodb-boilerplate"
version = "0.1.0"
description = ""
authors = ["svaponi <10941963+svaponi@users.noreply.github.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/svaponi/fastapi-boilerplate"
homepage = "https://svaponi.github.io/fastapi-boilerplate"
repository = "https://github.com/svaponi/fastapi-mongodb-boilerplate"
homepage = "https://svaponi.github.io/fastapi-mongodb-boilerplate"

[tool.poetry.dependencies]
python = "^3.12"
Expand Down

0 comments on commit 215d5bc

Please sign in to comment.