Skip to content

Blood pressure tracking application written in Next.js with the help of Supabase and Drizzle ORM.

License

Notifications You must be signed in to change notification settings

visualcookie/cardia

Repository files navigation

cardia

cardia is a blood pressure documentation application built with Next.js, using Drizzle as an ORM, and Supabase for authentication and database management. It allows users to easily add and track their blood pressure records.

Getting Started

To set up cardia locally, follow these steps:

  1. Clone this repository to your local machine:

    git clone https://github.com/visualcookie/cardia.git
    
    OR
    
    gh repo clone visualcookie/cardia
  2. Navigate to the project directory:

    cd cardia
  3. Install dependencies:

    bun install
  4. Set up your Supabase project:

    • Sign up or log in to Supabase.
    • Create a new project and database.
    • Set up authentication and obtain your Supabase URL and public key.
  5. Configure environment variables:

    Create a .env.local file in the root directory and add the following:

    NEXT_PUBLIC_BASE_URL=http://localhost:3000
    NEXT_PUBLIC_SUPABASE_URL=your-supabase-url
    NEXT_PUBLIC_SUPABASE_ANON_KEY=your-supabase-public-key
    
  6. Run the development server:

    bun run dev
  7. Open http://localhost:3000 in your browser to access cardia.

TODO

  • Add data visualization for blood pressure records.
  • Implement reminders or notifications for regular blood pressure checks.
  • Improve the export.

License

This project is licensed under the "The Unlicense" license. See the LICENSE.md file for details.

About

Blood pressure tracking application written in Next.js with the help of Supabase and Drizzle ORM.

Topics

Resources

License

Stars

Watchers

Forks