Jobooking is an online booking application that allows users to easily find and book hotels, view available rooms, and make reservations. This app provides a user-friendly interface for both customers and administrators, offering seamless hotel management and booking experiences.
- Login: Admins can log in securely to access the admin dashboard.
- Hotel Management: Create, update, and manage hotels with detailed information.
- Categories: Categorize hotels for easy navigation and search.
- Room Management: Add and manage rooms within hotels, including availability and pricing.
- Location: Define and manage hotel locations and places.
- User Management: Admins can manage user accounts and access permissions.
- Login: Users can log in to their accounts to access personalized features.
- Hotel Search: Browse hotels, view available rooms, and check room details.
- Hotel Booking: Book hotels, Book available rooms, and check room details.
- User Registration: Users can create accounts with photos for a personalized experience.
- @mui/material: React components for faster and easier web development.
- axios: HTTP client for making API requests.
- react-router-dom: Declarative routing for React.js.
- mongoose: MongoDB object modeling tool.
- jsonwebtoken: JSON Web Token implementation for authentication.
- bcrypt: Password hashing library for added security.
- cloudinary: Media storage library with additional security features for managing images and videos in the cloud.
PORT=8800
MONGODB_URI=<your-mongodb-connection-uri>
JWT_SECRET=#<your-jwt-secret-key>
# Clone the repository
git clone <repository-url>
cd JoBooking
cd JoBooking-client
# Install Dependencies
npm install
cd JoBooking-admin
# Install Dependencies
npm install
cd JoBooking-server
# Install Dependencies
npm install
# Set Environment Variables for JoBooking-server
# Create a .env file in the root directory and set the required variables
# Run the Application
npm start
We welcome contributions to improve Jobooking! Feel free to fork the repository, create pull requests, and report issues. Please follow the contribution guidelines when submitting changes.
This project is open-source and available under the MIT License. See the LICENSE file for details.
For any inquiries or support, please reach out to our team at danarafha@gmail.com.