Skip to content

Repository files navigation

Built with Habit

Built with Habit

Overview

This project is a booking portal for builtwithhabit, a platform that provides fitness and nutrition coaching. You can find the live site here.

The platform aims to feature user authentication, a user and admin dashboards and a bookings page complete with payment integration.

Tech Stack

  • Bun
  • SvelteKit
  • TailwindCSS
  • TypeScript
  • Drizzle ORM
  • Supabase
  • Stripe
  • AWS Lambda
  • AWS SQS
  • Vercel
  • Nginx
  • Directus

Development

Configure the environment variables:

# Edit the .env file with your own values
cp .env.example .env

Migrate the database:

bun run db:generate
bun run db:migrate

# Or, if one liners are your thing
bun run db:push

Install the dependencies:

bun install

Run the development server and listen on Stripe events:

bun run dev
bun run stripe:listen

# Or, if one liners are your thing
bun run start

Go to http://localhost:5173 to view the application.

About

A booking portal for builtwithhabit, a platform that provides fitness and nutrition coaching.

Resources

Stars

1 star

Watchers

1 watching

Forks

Used by

Contributors

Languages