JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q17077F
  • License MIT

This is an installer for supabase

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (supaxpress) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    SupaXpress Installer

    This installer helps you set up the SupaXpress API base quickly and easily.

    Installation

    To install the SupaXpress installer globally, run:

    npm install -g supaxpress

    Usage

    To install SupaXpress in the current directory, run:

    npx supaxpress .

    To install SupaXpress in a new directory named my_project, run:

    npx supaxpress my_project

    DATABASE

    This project uses SUPABASE. You will need to add the below environment variables to your .env file

    SUPABASE_URL=your_supabase_url
    SUPABASE_KEY=your_supabase_key
    SUPABASE_TOKEN=your_supabase_token

    Go to SUPABASE to get your Supabase URL, key and token.

    Learn More

    For more information about SupaXpress, visit the SupaXpress GitHub repository.

    Mentions

    Inspired by Xest JS and Ersel Aker.