Hello and welcome, new Xano users! I'm Michael, in charge of Customer Success at Xano. If you've recently completed our Jumpstart tutorial, this guide will help you further understand and start building with Xano. Let’s dive into the basics and set up a simple project.
Firstly, at the top of Xano’s interface, you’ll find links to essential resources including our documentation, YouTube channel, forum, support chat, and Twitter. These are valuable tools as you begin your Xano journey.
The backbone of any application is its data. Navigate to the Database section, where you’ll encounter a spreadsheet-like interface. Here you can add and modify data across different tables that you've set up during the Jumpstart - typically users, merchants, and deals for a typical deals app example.
Once your data is populated, move to the API section. Xano’s API acts as a messenger between your backend (Xano) and whatever frontend tool you use. You’ll find that Xano has auto-generated CRUD (Create, Read, Update, Delete) API endpoints for each table during the Jumpstart, streamlining the process of connecting your data to the frontend.
Finally, once your API is set up and returning the correct data, use the provided URL (found by clicking the corresponding button in the API's interface) to connect this backend functionality to your frontend application. This link is what bridges your data to the user-facing side of your project.
This transcript was AI generated to allow users to quickly answer technical questions about Xano.
I found it helpful
I need more support