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.
To set up cardia locally, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/visualcookie/cardia.git OR gh repo clone visualcookie/cardia
-
Navigate to the project directory:
cd cardia
-
Install dependencies:
bun install
-
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.
-
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
-
Run the development server:
bun run dev
-
Open http://localhost:3000 in your browser to access cardia.
- Add data visualization for blood pressure records.
- Implement reminders or notifications for regular blood pressure checks.
- Improve the export.
This project is licensed under the "The Unlicense" license. See the LICENSE.md file for details.