MNMonette Nicolasinmyblogmonet.dev·Nov 29, 2024 · 1 min readActivity 50: Keriderya APIFork the Repository thirdygayares/keriderya-api Clone Your Repository git clone https://github.com/MonetForProgrammingPurposes/keriderya-api.git python -m venv venv #Create a Virtual Environment venv\Scripts\activate #Activate the virtual envi...00
MNMonette Nicolasinmyblogmonet.dev·Nov 28, 2024 · 2 min readActivity 21: Python Anywhere DeploymentFork the repository https://github.com/thirdygayares/keriderya-api Login to PythonAnywhere Start new console Clone Your Forked Repository git clone https://github.com/MonetForProgrammingPurposes/keriderya-api Navigate to the directory cd keriderya-...00
MNMonette Nicolasinmyblogmonet.dev·Nov 27, 2024 · 2 min readActivity 20: Python Orm SqlalchemyGitHub Reposiory https://github.com/MonetForProgrammingPurposes/PYTHON-ORM-SQLALCHEMY.git ORMQuizDb Table Creation: The CREATE TABLE statement was successfully executed to create the quiz table, as shown in the following logs: CREATE TABLE quiz ( ...00
MNMonette Nicolasinmyblogmonet.dev·Nov 22, 2024 · 2 min readActiviy 19: Research Python SQLAchemy1. Introduction to SQLAlchemy SQLAlchemy is a SQL toolkit and Object-Relational Mapping (ORM) library for Python. It provides an easy way to interact with databases, and it's commonly used with Flask for building web applications. It helps to abstr...00
MNMonette Nicolasinmyblogmonet.dev·Nov 22, 2024 · 3 min readActivity 18: Fork testdeploy Github Repository and deploy it to Render.comHere’s a step-by-step guide to fork the thirdygayares/test_deploy GitHub repository, deploy it to Render.com, and test it using Postman. 1: Fork the GitHub Repository Go to the repository: Navigate to thirdygayares/test_deploy. Fork the repository:...00T