A web-based internal hotel management system for authorized staff to manage bookings, cabin details, and guest information.
The insightmanager is a web application designed to facilitate the management of hotel bookings and guest information. It allows authorized staff to view, edit, and update booking details, cabin allocations, check-in and check-out information, and more.
-
Frontend: React.js
-
Backend: Supabase
-
Database: PostgreSQL.
-
Authentication: JWT (provided by supabase)
-
Styling: Tailwind
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Omkar0104/InsightManager.git
- Navigate to the project directory:
cd insightManager
- Install dependencies:
npm install
- Start the development server:
npm start