Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fitzy1321/fresh-supa-auth

Fresh and Supabase Auth App
https://github.com/fitzy1321/fresh-supa-auth

deno deno-fresh fresh fresh-deno supabase supabase-auth supabase-db supabase-js

Last synced: 12 days ago
JSON representation

Fresh and Supabase Auth App

Awesome Lists containing this project

README

        

# Fresh project

Current Versions (cuz this $h!T moves fast):

- Fresh : 1.5.4
- Supabase-js: 2.38.5

## Run App

Copy `.env.example` file:

```sh
cp .env.example .env
```

Make a supabase project:

After creating a new project, goto Settings, then API Settings

Copy `project url` into `SUPABASE_URL` in your `.env` file

Copy `anon public key` into `SUPABASE_KEY`

Start the project:

```sh
deno task start
```

This will watch the project directory and restart as necessary.

## Inspiration