Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/razikus/underbase
https://github.com/razikus/underbase
firebase oauth2 postgres supabase supabase-auth
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/razikus/underbase
- Owner: Razikus
- Created: 2024-10-18T09:12:18.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T20:47:55.000Z (3 months ago)
- Last Synced: 2024-11-06T06:44:19.545Z (2 months ago)
- Topics: firebase, oauth2, postgres, supabase, supabase-auth
- Language: JavaScript
- Homepage:
- Size: 214 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UNDERBASE
UNDERBASE is a full-stack web application that demonstrates how to integrate Supabase Auth with a custom Go backend and a Quasar Framework frontend (just for test).
If Supabase is too much for you, and you don't need anything else than authorization - this is for you!
## Features
- User registration and login using Supabase Auth
- Custom Go backend with Echo framework
- Quasar Framework frontend
- Docker-based deployment
- Single Sign-On (SSO) capability## Prerequisites
- Docker and Docker Compose
- Go 1.22 or later
- Node.js 14 or later
- Yarn package manager## Setup and Installation
1. Clone the repository:
```
git clone https://github.com/razikus/underbase.git
cd underbase
```2. Build and run the Docker containers:
```
docker-compose up --build
```3. The application should now be running at `http://localhost`
## Usage
1. Navigate to `http://localhost` in your web browser
2. Use the interface to register a new user or log in
3. Once logged in, you can test the authenticated endpoint## Development
This is just a Proof of Concept.