Routing in FastAPI [chapter 2]
In this second chapter we are going to do a route management. We will follow specific clean architecture and specification
# Create the api folder in root of the project
>> mkdir api
>> cd api
# Create the routes folder inside the api folder
>> mkdi...
amritfastapi.hashnode.dev2 min read