Skip to content

Commit bd3eb82

Browse files
FastAPI trail -> add
1 parent 9955701 commit bd3eb82

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@
7777

7878
° [![Flask](https://img.shields.io/badge/flask-%23000.svg?style=for-the-badge&logo=flask&logoColor=white)](https://flask.palletsprojects.com/en/2.0.x/)
7979

80-
° [![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/flask-restful/flask-restful) GitHub of Flask RESTful
81-
8280
<a href="https://github.com/humiaozuzu/awesome-flask">
8381
<img width="10%" src="https://github.com/sindresorhus/awesome/blob/main/media/logo.svg"/>
8482
<br> Awesome Flask </br>
@@ -88,6 +86,19 @@
8886

8987
### Flask is generally the second most used python framework on the web (second only to Django); for a few reasons: in addition to being simpler than its competitor (Django), it provides more freedom and flexibility to the developer. Very suitable for small building web applications.
9088

89+
- FastAPI trail:
90+
91+
° [![FastAPI](https://img.shields.io/badge/FastAPI-005571?style=for-the-badge&logo=fastapi)](https://fastapi.tiangolo.com/)
92+
93+
° [![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/tiangolo/fastapi)
94+
95+
<a href="https://github.com/mjhea0/awesome-fastapi">
96+
<img width="10%" src="https://github.com/sindresorhus/awesome/blob/main/media/logo.svg"/>
97+
<br> Awesome FastAPI </br>
98+
</a>
99+
100+
### FastAPI (different from Flask and Django), was made thinking about making API's easier to build - but it is highly recommended in the technology market, so I think it's good to take some time to study it!
101+
91102
## The repositories that helped me build this roadmap:
92103

93104
1 - [Markdown Badges of Roadmap](https://github.com/Ileriayo/markdown-badges)

autogit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
git add -A
2-
git commit -m "Flask trail -> add & finished"
2+
git commit -m "FastAPI trail -> add"
33
git push
44
git status
55
clear

0 commit comments

Comments
 (0)