Add database integration, auth API, admin/user portals, and deploy-db.sh

This commit is contained in:
2026-06-27 16:40:58 -05:00
parent 26559d4cf8
commit cc59177a74
25 changed files with 1423 additions and 118 deletions
+8
View File
@@ -0,0 +1,8 @@
export default function RoomsPage() {
return (
<main style={{ padding: '2rem' }}>
<h1>Rooms</h1>
<p>Discover our comfortable rooms with stunning views.</p>
</main>
);
}