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

https://github.com/techstartucalgary/flow-builder


https://github.com/techstartucalgary/flow-builder

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

"Flow Builder

A simple app built with Next.js 14, TypeScript, Tailwind CSS, and Supabase.

## Features

- ✅ User Sign Up
- ✅ User Sign In
- ✅ User Sign Out
- ✅ Supabase for authentication backend

## Tech Stack

- **Frontend Framework**: Next.js 14 (App Router)
- **Language**: TypeScript
- **Styling**: Tailwind CSS
- **Authentication**: Supabase Auth
- **Package Manager**: npm

## Getting Started

### Prerequisites

- Node.js 18+ installed

### 1. Clone and Install

```bash
# Install dependencies
npm install
```

### 4. Run the Development Server

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) in your browser.

For my cute devs:
By default, Supabase requires email confirmation. To disable this for development:

1. Go to your Supabase project
2. Navigate to Authentication → Settings
3. Disable "Enable email confirmations"

## License

MIT"