Tutorials

Jumpstart - Getting Started Wizard

Summary

Xano is a powerful no-code platform that allows you to build and deploy backend services for your web and mobile applications without writing a single line of code. In this step-by-step guide, we'll walk you through the process of setting up your backend using Xano's Jumpstart wizard.

Step 1: Name Your Workspace

The first step is to name your workspace, which is essentially a virtual container for the backend of your app or project. Think of it as a dedicated space where you'll be building and managing the backend for your application.

To name your workspace:

  1. Click the "Get Started" button at the bottom of the Xano interface.
  2. Enter a descriptive name for your workspace (e.g., "Deals App").
  3. Click "Continue" to proceed.

Step 2: Set Up Database Tables and API

In this step, you'll set up your database tables and API. The database tables are where you'll store all the data and information for your application, similar to how a filing cabinet organizes documents into different folders.

To set up your database tables and API:

  1. You'll see the "User" table pre-populated, as most applications require a user table. Feel free to remove it if you don't need it.
  2. Click the "Add Table" button to create new tables for your app. For example, if you're building a "Deals App," you might create tables such as "Merchants," "Deals," and "Ledger" (to track when users use deals).
  3. Check the box next to "API" to auto-generate basic CRUD (Create, Read, Update, Delete) API endpoints for all your database tables.

The API acts as a messenger, processing commands, finding data in your database tables (the "filing cabinet"), and providing that data in a readable format.

Step 3: Configure User Authentication

The final step is to select how users will log into your application.

  1. Xano will ask you which table contains your users. Select the appropriate table (e.g., "User").
  2. Choose the authentication services you want to enable. You can select multiple options, such as:
  • Email authentication with JWT tokens
  • Social login providers (e.g., Google, Facebook, etc.)
  1. For this example, we'll select "Email" authentication.
  2. Click "Finish" to complete the Jumpstart wizard.

Congratulations! You've successfully set up your backend with Xano. You'll be redirected to the dashboard, where you can start building and customizing your application.

Remember, Xano is designed to make backend development accessible to both non-technical users and experienced developers. By following these simple steps, you've taken the first step towards creating a fully-functional backend for your web or mobile application without writing any code.

This transcript was AI generated to allow users to quickly answer technical questions about Xano.

Was this helpful?

I found it helpful

I need more support
Sign up for XanoSign up for Xano

Build without limits on a secure, scalable backend.

Unblock your team's progress and create a backend that will scale for free.

Start building for free