8000 GitHub - adidoesnt/builtwithhabit: A booking portal for builtwithhabit, a platform that provides fitness and nutrition coaching.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Notifications You must be signed in to change notification settings

adidoesnt/builtwithhabit

Repository files navigation

Built with Habit

A beingsofhabit venture.

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.

This project is currently under development.

Tech Stack

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

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

Watchers

Forks

0