joshuanato.hashnode.devFinal Project: Python Flask APIFork the Repository thirdygayares/keriderya-api Clone Your Repository python -m venv venv #Create a Virtual Environment venv\Sc pip install -r requirements.txt git clone https://github.com/JoshuaNato/keriderya-api-release-test-v1.0.1.git FLASK_...Nov 30, 2024·2 min read
joshuanato.hashnode.devActivity 21: Python Anywhere DeploymentDeployment on PythonAnywhere 1 Forked this https://github.com/thirdygayares/keriderya-api2. Set up a Python Anywhere account list your credentials on Excel3. Add new Bash Consoles in the Console tab4. Clone the repositories in the server use your ...Nov 28, 2024·2 min read
joshuanato.hashnode.devActivity 35: Personal PortfolioUse your activity #7 for this Convert Your Low-Fidelity Prototype to High-Fidelity Start by improving your low-fidelity personal portfolio design. Make it look detailed and polished with proper fonts, colors, and layout. Angular Make sure to creat...Nov 27, 2024·1 min read
joshuanato.hashnode.devActivity 34: Test API in POSTMANThis activity will help you learn how to use Postman and test APIs. You will practice creating collections, adding requests, and testing API responses. It will also teach you how to debug and check API results. By doing this, you will understand how ...Nov 26, 2024·1 min read
joshuanato.hashnode.devActivity 20: Python Orm SqlalchemyStep 1: Set Up the Environment Install Python Make sure you have Python installed or Any application like Vs code, Pycharm Etc. Step 2: Install SQLAlchemy Install SQLAlchemy using pip in your terminal. pip install sqlalchemy Step 3: Create the Datab...Nov 24, 2024·7 min read