CLCañete,Brandon L.ingit-fundamentals-documentation.hashnode.dev·Nov 23, 2024 · 3 min readPython Flask API with SQLALCHEMY integrationStep 1: I fork this Repository Step 2: I check if the fork Repository is now save on my repository Step 3: Make a folder where we save the application Step 4: Open the command prompt and go to that folder using cd and dir commands Step 5: Clone y...00
CLCañete,Brandon L.ingit-fundamentals-documentation.hashnode.dev·Nov 14, 2024 · 3 min readPython .env and .gitignoreWhat is .env file? The .env file is used in projects to store configuration settings, environment variables, and sensitive information securely. It provides a convenient way to manage and organize various parameters that your project needs without h...00
CLCañete,Brandon L.ingit-fundamentals-documentation.hashnode.dev·Nov 8, 2024 · 5 min readPython SQLAlchemyWhat is Python SQLAlchemy? SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, des...00
CLCañete,Brandon L.ingit-fundamentals-documentation.hashnode.dev·Oct 26, 2024 · 4 min readPython Flask Project StructureWhat is Schema in Python Flask? In Python Flask, a schema typically refers to the structure or definition of a database model, which specifies how data is organized and validated. It plays a crucial role when using SQLAlchemy (an ORM for Flask) to i...00
CLCañete,Brandon L.ingit-fundamentals-documentation.hashnode.dev·Oct 25, 2024 · 4 min readFork testdeploy Github Repository and deploy it to Render.comStep-by-step guide on how deploy a repository to render.com First i fork this Github Repository Second i check if my fork repository is saved to my Github Repository Third i go to render.com and login my account Four i click the Web Services in m...00