From 8c2f8fa7b108129b1e2aede5654781ae1301627b Mon Sep 17 00:00:00 2001 From: pulipakaa24 Date: Thu, 19 Mar 2026 13:48:19 -0500 Subject: [PATCH] should work on both localhost and outside. --- .gitignore | 2 ++ App.tsx | 2 +- package-lock.json | 73 +++++++++++++++++++++++++--------------- package.json | 10 +++--- readme.md | 22 ++++++++++++ server/package-lock.json | 51 +++++++++++++++------------- server/package.json | 2 +- server/src/db/schema.sql | 47 ++++++++++++++++++++++++++ server/src/index.ts | 4 +++ server/tsconfig.json | 3 +- vite.config.ts | 2 +- 11 files changed, 157 insertions(+), 61 deletions(-) create mode 100644 readme.md diff --git a/.gitignore b/.gitignore index d78677a..d73f687 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,5 @@ Thumbs.db npm-debug.log* yarn-debug.log* yarn-error.log* + +package-lock.json \ No newline at end of file diff --git a/App.tsx b/App.tsx index 6c8817a..9ad5ec1 100644 --- a/App.tsx +++ b/App.tsx @@ -47,7 +47,7 @@ export default function App() {