Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fitzy1321/fresh-supa-auth
- Owner: fitzy1321
- License: unlicense
- Created: 2023-11-20T20:31:42.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-22T18:40:55.000Z (12 months ago)
- Last Synced: 2024-10-12T02:22:23.653Z (about 1 month ago)
- Topics: deno, deno-fresh, fresh, fresh-deno, supabase, supabase-auth, supabase-db, supabase-js
- Language: TypeScript
- Homepage: https://fresh-supa-auth.deno.dev/
- Size: 33.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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