Skip to content

Commit dfac1cd

Browse files
committed
Update env example and add project note to README
Replaced placeholder Supabase credentials in .env.example for improved security. Added a note to README clarifying repository status, licensing, and open-source version details.
1 parent b43bd52 commit dfac1cd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copy this file to .env and fill in your project's Supabase values.
22
# Do NOT commit your real keys to git.
33

4-
EXPO_PUBLIC_SUPABASE_URL=https://jwslarjpfcrfnvxtqums.supabase.co
5-
EXPO_PUBLIC_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Imp3c2xhcmpwZmNyZm52eHRxdW1zIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NTkwMzQ4NTUsImV4cCI6MjA3NDYxMDg1NX0.q5Uj50wKJOx1Wk0guzEQ5MUeoodetPodg4XbiJl-vL0
4+
EXPO_PUBLIC_SUPABASE_URL=https://your-project-id.supabase.co
5+
EXPO_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key-here

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# AuraSpend - Smart Budgeting Companion
22

3+
> **Note**: This repository is the official repo for the group project. This codebase is open-sourced up to version v0.0.11 with GPL-3.0 license. Subsequent development has been taken over by a team outside of the original group project, but APK updates will continue to be maintained on the release page. Code after v0.0.11 is not open source.
4+
35
**HKU COMP3330 (25-26 Sem 1) - Group 20**
46

57
AuraSpend is a gamified, AI-powered expense tracking application built with React Native (Expo) and Supabase. It combines financial management with a digital pet companion to encourage healthy spending habits.

0 commit comments

Comments
 (0)