Kunal Sharmakunals.hashnode.dev·Jul 15, 2023Terraform Project 2: Deploying Django Application on AWS ECS using TerraformTable of Contents Overview Project Structure Project Workflow File Structure Creating Parent Module Creating Child Module Steps for execution AWS service console output Conclusion Important Note Overview The project aims to deploy a Djang...71 readsTerraform
Clement Nzubechukwudevread.hashnode.dev·May 11, 2023Building Your First Django Application: A Step-by-Step GuideIn the previous blog post, we introduced Django and discussed its key features and advantages. In this blog post, we will walk you through setting up a Django development environment and building your first Django application. Prerequisites Before yo...Django basicsDjango App
YEKINI OLUWAFEMI ANTHONYtksmith.hashnode.dev·Dec 8, 2022Creating An Api For A Music App Designed To Store Playlists And Maintain The Music Library Using Django Web FrameworkSTEP 1 Installing a music player, when it comes to mind seems like a hard task but it gets quite easy with time. There are some basic prerequisites for creating a music player, the basic apps needed are Python, Django and pillow. To install the follo...62 readsDjango App