/nfs

NextJS, FastAPI, Supabase template

Primary LanguageJavaScriptMIT LicenseMIT

NFS (NextJS, FastAPI, Supbase)

Boilerplate code for a NextJS, FastAPI, Supabase application

Getting Started

You can clone & create this repo with the following command

npx create-next-app --example "https://github.com/conboy/nfs"

Rename .env.local.example to .env.local and populate with your Supabase project's URL and Anon Key.

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.