Companies Home Search Profile

Django: Create Your Own Modern Banking App with Django 2023

Focused View

Destiny Franks

12:12:22

107 View
  • 1 - Welcome to Build your own Fintech Website using Django.mp4
    03:55
  • 2 - Complete Project DEMO.mp4
    27:51
  • 3 - Goal of This Course.mp4
    01:04
  • 4 - Tools and Requiement needed to Take Course.mp4
    04:29
  • 5 - Meet your Instructor.mp4
    01:08
  • 6 - What is Django in Easy to Understand explanation.mp4
    03:33
  • 7 - Completed-Source-Code.rar
  • 7 - Libraries-Packages.txt
  • 7 - Step-by-Step-Guide-Docs.pdf
  • 7 - Templates.rar
  • 8 - Django Project Creation and Setup.mp4
    38:12
  • 9 - Admin Panel Customization using Jazzmin.mp4
    06:59
  • 10 - Custom User Model using Django.mp4
    09:30
  • 11 - Registrations Authentication Feature using Django.mp4
    31:36
  • 12 - Logout Authentication Feature using Django.mp4
    03:55
  • 13 - Login Authentication Feature using Django.mp4
    15:00
  • 14 - Create Bank Account Model.mp4
    17:13
  • 15 - Signals Automatically create bank account for users when they create an account.mp4
    04:51
  • 16 - KYC Models using Django.mp4
    06:52
  • 17 - Creating KYC Forms using Django Forms.mp4
    09:58
  • 18 - Creating KYC Views using Django Views.mp4
    34:25
  • 19 - Message Alerts using Django Messages.mp4
    12:45
  • 20 - Bank Account Dashboard using Django views and URLs.mp4
    33:01
  • 21 - Search Users using Account Number or Accouny ID.mp4
    27:17
  • 22 - Allow users enter amount to be paid then perform basic processing using Django.mp4
    37:09
  • 23 - Transaction Model using Django.mp4
    13:39
  • 24 - Process and Verify Amount To be Transfered using Django Views.mp4
    26:53
  • 25 - Transfer Payment Confirmation.mp4
    13:05
  • 26 - Authenticate Transfer using Pin Number.mp4
    18:52
  • 27 - Transfer Successfully Page and Details of Completed Payment.mp4
    13:52
  • 28 - Listing Payment Transaction History.mp4
    27:38
  • 29 - Transaction Detail to display detail of any transaction.mp4
    11:13
  • 30 - Search users to request money from.mp4
    10:01
  • 31 - Entering Amount to be sent and checking validations.mp4
    07:51
  • 32 - Processing Amount to be requested by a user.mp4
    17:58
  • 33 - Payment Request Confirmation Page.mp4
    10:38
  • 34 - Process and Confirm Payment Request and Redirect to success page.mp4
    17:15
  • 35 - Settle users payment request using Django.mp4
    20:41
  • 36 - Confirm settlement requests made by users.mp4
    07:10
  • 37 - Release request amount to the users account and recalculate out account balance.mp4
    23:20
  • 38 - Delete Payment Request by requested users.mp4
    10:40
  • 39 - Creating Credit Card models to Store user credit card in the Database.mp4
    09:00
  • 40 - Adding Credit Card from the frontend using Django Forms.mp4
    13:59
  • 41 - LIST VIEW List all Credit Card from database to Frontend.mp4
    14:22
  • 42 - DETAIL VIEW Credit Card Detail Page to show more details about a credit card.mp4
    12:13
  • 43 - Fund Cash to Credit Card from account balance.mp4
    09:24
  • 44 - Withdraw Cash from Credit Card from to account balance.mp4
    09:21
  • 45 - Delete Credit Card from users account system Database.mp4
    04:31
  • 46 - Host Website on Railway.mp4
    23:27
  • 47 - Database Hosting using Postgresql On Railway Databases.mp4
    19:13
  • 48 - Modify and Make Changes to Live Website that is already hosted online.mp4
    08:31
  • 49 - Hosting Static and Media Files Live on AWS S3 Bucket Part 1.mp4
    12:32
  • 50 - Hosting Static and Media Files Live on AWS S3 Bucket Part 2.mp4
    14:20
  • Description


    The Best Django Course: Building an Advanced Banking App with Django from Setup to Deployment.

    What You'll Learn?


    • Basic Django Features and Tools
    • Practical challenges, Business Logic and Strategies
    • Create Bank Account with Account Numbers, PIN Numbers e.t.c
    • Advanced KYC Registrations and Verification
    • Send Money/Payments to Other Users using Account Number
    • Accept payments from your friends, family or anyone
    • Create New or Link Existing Virtual Credit/Debit Cards
    • Send Money to Credit/Debit Card for Online purchase or Payments
    • Withdraw money from Credit/Debit Card to Account Balance
    • Advanced User Authentication (Login, Logout, Register)
    • Learn Django From Scratch & Gain Essential Skills To Apply For Junior Django Developer Positions
    • Learn Django Right From the Basics Like Creating A Django Project, Understanding Models, Making Migrations, Running Django Application On Local Server

    Who is this for?


  • Complete Django Beginners
  • Those looking to create thier own Fintech Application like Stripe or Flutterwave
  • This course is primarily intended for developers who have a basic knowledge of Django and want to implement payment functionality within their web application.
  • What You Need to Know?


  • Google Chrome Browser
  • Visual Studio Code
  • Pen & Book
  • No much programming experience needed
  • No much Django/Python experience needed(Little Django Basics Needed)
  • You will learn everything you need to know about django in this one course
  • More details


    Description

    Unleash your coding prowess and dive into the world of advanced web development with our cutting-edge Django course! Join us on a thrilling journey as we guide you through the creation of a state-of-the-art banking app using the powerful Django framework.


    In this immersive course, you'll gain hands-on experience and master the art of building robust, scalable, and secure web applications. With Django as your trusty companion, you'll harness its extensive features and unleash your creativity to bring the next-generation banking app to life.


    Under the expert guidance of our experienced instructors, you'll learn the ins and outs of Django, from setting up a development environment to creating dynamic views and managing complex data models. Explore advanced topics like user authentication, transaction handling, and data encryption to ensure the utmost security and privacy for your users.


    Take your skills to new heights as you architect a sleek and intuitive user interface, seamlessly integrating essential banking functionalities. From managing accounts and funds to processing transactions and generating insightful reports, you'll acquire the knowledge to craft a comprehensive banking experience that your users will love.


    With hands-on projects and real-world examples, you'll tackle the challenges faced by modern banking apps head-on, master the art of Django development, and emerge as a sought-after full-stack web developer. Are you ready to revolutionize the world of banking? Enroll in our advanced Django course today and unlock limitless possibilities!


    Here's a glimpse of what you'll learn:


    • Practical challenges, business logic, and strategies

    • Building a robust authentication system using Django

    • Understanding Basic Django Features and Tools

    • Create a bank account with account numbers, PIN numbers, e.t.c., using only Django and no APIs.

    • Advanced KYC Registrations and Verification

    • Send money or payments to other users using your account number.

    • Accept payments from your friends, family, or anyone else.

    • Create new or link existing virtual credit and debit cards.

    • Send money to a credit or debit card for online purchases or payments.

    • Withdraw funds from your credit or debit card to your account balance.

    • Delete the linked credit cards and send the remaining funds back to the account balance.

    • Notification System

    • Tracking of Transaction History

    • Learn Django right from the basics, like creating a Django project, understanding models, making migrations, and running a Django application on a local server.

    • Host our website on railway hosting.

    • Provision a live Postgresql database.

    • Learn how to make changes to our live application without causing issues and bugs.

    • Learn how to deploy static and media files to AWS services using S3.

    • And a lot more cool things and tricks that I’ll be showing you.


    So in general, this course would guide you to understanding how banking systems and business/programming logics are created.


    So what are you waiting for? Go ahead and enroll in the course right now, and I’ll be waiting for you in class.


    Who this course is for:

    • Complete Django Beginners
    • Those looking to create thier own Fintech Application like Stripe or Flutterwave
    • This course is primarily intended for developers who have a basic knowledge of Django and want to implement payment functionality within their web application.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Destiny Franks
    Destiny Franks
    Instructor's Courses
    Hi, I'm Destiny! I love helping students learn to code and master software development. I've been teaching online for over 5 years, and I founded Desphixs to bring software development to everyone—my objective is for you to truly understand everything that goes on behind the scenes and know how to implement them in your next project.As you already know: Coding is extremely rewarding. As you learn, things start to click and make sense. You can join the dots of all the things that weren't quite clear before. I'm here to make that journey quick and painless! ;)I can help you with Python, Django, JavaScript MERN issues, particularly in web and backend development. I'm experienced with programming libraries and frameworks like Django, React, Express, Tailwing and More. I've worked extensively with  MongoDB, PostgreSQL, and advanced system architecture design.Hop in and let's start this journey together.#desphixs
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 49
    • duration 12:12:22
    • Release Date 2023/07/04