FastAPI 3
-
FastAPI with ***** ?softwares that are usally use with FastAPIFastAPI is a versatile framework that can be integrated with various software and tools to enhance its functionality. Here are some popular ones:DatabasesSQLAlchemy: An ORM (Object-Relational Mapper) for working with SQL databases.Tortoise-ORM: Another ORM that supports asynchronous operations.MongoDB: A NoSQL database that can be use..
-
🧞Let's build a REST API using FastAPI, Copilot!https://github.com/Hippy-Happy/DassuL GitHub - Hippy-Happy/DassuLContribute to Hippy-Happy/DassuL development by creating an account on GitHub.github.com I’m gonna use this code for bulid the api today.To simply explain this document, It was the NLP project from Korea which can detect hatespeech or discrimination word.I already made the code with F..
-
📚 Set up and Basic RulesFrom FastAPI Doc : Set upCreate virtual environment first, and then install FastAPI.You can create virtual environment tools such as Python include virtualenv, pipenv, pyenv, virtualenvwrapper, and pyenv-virtualenv.Make sure to not forget which folder you’ve created the venv! I always look for it hehe. And here is the link for set up the venvhttps://fastapi.tiangolo.com/..