Skip to content

Commit 2a78dd6

Browse files
committed
chore: apply markdown lint
1 parent 512aa29 commit 2a78dd6

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This is a ready-to-use project template for building FastAPI applications with M
1919

2020
## :file_folder: Project Structure
2121

22-
```
22+
```text
2323
fastapi-mongodb/
2424
├── app/
2525
│ ├── core/ # Core configuration and utilities
@@ -73,6 +73,7 @@ fastapi-mongodb/
7373
- Handler exceptions.
7474

7575
## :hammer_and_wrench: Stack
76+
7677
- [![Python][python-badge]][python-url] - Programming language.
7778
- [![FastAPI][fastapi-badge]][fastapi-url] - Python framework for web applications to expose the API.
7879
- [![MongoDB][mongodb-badge]][mongodb-url] - NoSQL database.
@@ -121,14 +122,17 @@ The mongo-express UI will be available at `http://localhost:8081`.
121122

122123
## :test_tube: Test
123124

124-
> [!WARNING]
125+
> [!WARNING]
125126
> When run the tests, the database is cleaned.
126127
127128
To test the application, access to the fastapi container:
129+
128130
```sh
129131
docker exec -it fastapi-mongodb sh
130132
```
133+
131134
Finally, execute:
135+
132136
```sh
133137
uv run pytest
134138
```
@@ -139,8 +143,6 @@ uv run pytest
139143
<img src="https://contrib.rocks/image?repo=CarlosAndreo/fastapi-mongodb" />
140144
</a>
141145

142-
[fastapi-mongodb-badge]: https://img.shields.io/github/v/release/CarlosAndreo/fastapi-mongodb?label=fastapi-mongodb&color=blue
143-
[fastapi-mongodb-url]: https://github.com/CarlosAndreo/fastapi-mongodb/releases/latest
144146
[contributors-shield]: https://img.shields.io/github/contributors/CarlosAndreo/fastapi-mongodb.svg?style=for-the-badge
145147
[contributors-url]: https://github.com/CarlosAndreo/fastapi-mongodb/graphs/contributors
146148
[forks-shield]: https://img.shields.io/github/forks/CarlosAndreo/fastapi-mongodb.svg?style=for-the-badge
@@ -153,7 +155,7 @@ uv run pytest
153155
[license-url]: https://github.com/CarlosAndreo/fastapi-mongodb/blob/main/LICENSE
154156
[python-badge]: https://img.shields.io/badge/Python-3.14.3-blue?style=for-the-badge&logo=python&logoColor=white&labelColor=3776AB
155157
[python-url]: https://www.python.org/downloads/release/python-3143/
156-
[fastapi-badge]: https://img.shields.io/badge/FastAPI-0.133.1-blue?style=for-the-badge&logo=fastapi&logoColor=white&labelColor=009688
158+
[fastapi-badge]: https://img.shields.io/badge/FastAPI-0.135.1-blue?style=for-the-badge&logo=fastapi&logoColor=white&labelColor=009688
157159
[fastapi-url]: https://fastapi.tiangolo.com/
158160
[mongodb-badge]: https://img.shields.io/badge/MongoDB-8.2-green?style=for-the-badge&logo=mongodb&logoColor=white&labelColor=47A248
159161
[mongodb-url]: https://www.mongodb.com/

0 commit comments

Comments
 (0)