Skip to content

Commit f11c729

Browse files
committed
-updated code, -add new navbar, -add see/create users, -add see count
1 parent 2f147d2 commit f11c729

12 files changed

+1080
-193
lines changed

Diff for: .env

+1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ APPWRITE_ENDPOINT=https://cloud.appwrite.io/v1
44
APPWRITE_PROJECT=6648c699000032e4623c
55
DATABASE_ID=66502c6e0015d7be8526
66
COLLECTION_ID=66954dd3002fefd5a66f
7+
TEST_ID=8
78
APPWRITE_API_KEY=6999a3b40772137237646f8485adbe712ddabbfc8868bc6e2450617391e03f6911fb8732a18b41412a93eb1ee820ad989bea2566729c8001a04ad1dfc63fb64cc31df7bf0361167d28b99c89982733c5d1a600b65470bf744669631ae2c0716e393b26314fe9c5fb6e39bc72da709d23a82eb75f986490d02738f1211476fd91

Diff for: main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func main() {
2828

2929
database_id := os.Getenv("DATABASE_ID")
3030
collection_id := os.Getenv("TEST_ID") //test collection
31-
json_file_path = "./khopoli_all.json"
31+
//json_file_path = "./khopoli_all.json"
3232

3333
appwrite_client = appwrite.NewClient(
3434
appwrite.WithProject(appwrite_project_id),

Diff for: package-lock.json

+28-103
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"react-copy-to-clipboard": "^5.1.0",
2020
"react-datepicker": "^7.3.0",
2121
"react-dom": "^18.3.1",
22+
"react-hot-toast": "^2.4.1",
2223
"react-router-dom": "^6.24.0",
2324
"react-scripts": "5.0.1",
2425
"react-toastify": "^10.0.5",
@@ -58,4 +59,4 @@
5859
"gh-pages": "^6.1.1",
5960
"tailwindcss": "^3.4.10"
6061
}
61-
}
62+
}

0 commit comments

Comments
 (0)