How to Build a Book Database Using Bubble.io and NoCodeBackend

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ย. 2024
  • Discover how we use Bubble.io and NoCodeBackend to create a dynamic web app effortlessly.
    In this tutorial, watch as a simple book library app comes to life. Key areas of focus include setting up a custom database, generating APIs, and integrating them seamlessly with your no-code app. Learn how to add, fetch, and display book records, including the importance of managing data and optimizing API calls. The unique perspective offered here emphasizes not just Bubble.io, but the versatility of no-code solutions for all types of applications.
    Visit: nocodebackend.com
    Grab NCB LTD: appsumo.com/products/nocodebackend?
    #NoCode #BubbleIO #APIs #WebDevelopment #TechTutorial

ความคิดเห็น • 4

  • @PreCodeCamp
    @PreCodeCamp หลายเดือนก่อน

    What if your original Database needs to have more fields added? And does the no code backend support authentication to provide a session?

    • @FlexiDomain
      @FlexiDomain  หลายเดือนก่อน

      @@PreCodeCamp Hi. You can add more columns and tables as per your requirements.
      We have a secret key enabled at the database level to prevent unauthorised access to that database.

    • @PreCodeCamp
      @PreCodeCamp หลายเดือนก่อน

      @@FlexiDomain i’m talking about a JSON Web token used to give information on who actually added the book rather than a universal API key

    • @PreCodeCamp
      @PreCodeCamp หลายเดือนก่อน

      Let me know if you have a solution to this problem then because it really limits you on what you can do with this platform if you can have the backend authenticate you and produce records based on who is logged in.