This installer helps you set up the SupaXpress API base quickly and easily.
To install the SupaXpress installer globally, run:
npm install -g supaxpress
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
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.
For more information about SupaXpress, visit the SupaXpress GitHub repository.
Inspired by Xest JS and Ersel Aker.