|
77 | 77 |
|
78 | 78 | ° [](https://flask.palletsprojects.com/en/2.0.x/)
|
79 | 79 |
|
80 | | - ° [](https://github.com/flask-restful/flask-restful) GitHub of Flask RESTful |
81 | | - |
82 | 80 | <a href="https://github.com/humiaozuzu/awesome-flask">
|
83 | 81 | <img width="10%" src="https://github.com/sindresorhus/awesome/blob/main/media/logo.svg"/>
|
84 | 82 | <br> Awesome Flask </br>
|
|
88 | 86 |
|
89 | 87 | ### 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.
|
90 | 88 |
|
| 89 | + - FastAPI trail: |
| 90 | + |
| 91 | + ° [](https://fastapi.tiangolo.com/) |
| 92 | + |
| 93 | + ° [](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 | + |
91 | 102 | ## The repositories that helped me build this roadmap:
|
92 | 103 |
|
93 | 104 | 1 - [Markdown Badges of Roadmap](https://github.com/Ileriayo/markdown-badges)
|
0 commit comments