Hotel Booking screenshot

Hotel Booking

Author Avatar Theme by Htoann
Updated: 12 Dec 2022
16 Stars

Hotel booking website using NextJS and NodeJS

Categories

## Overview
If you're looking for a flexible platform that allows you to search for deals on a variety of accommodations—be it hotels, homes, or more—this project provides an interactive solution. With a clear project structure and usage instructions, it's designed for both developers and users who want to explore booking options while leveraging modern web technologies. This application runs a client-server architecture, making the user experience seamless and efficient.

## Features
- **Concurrent Operation**: The client and server run concurrently in different terminal sessions, allowing real-time interaction and updates.
  
- **Easy Client-Side Usage**: Accessible on port 3000, users can navigate the user interface easily and intuitively.
  
- **Server-Side Configuration**: Runs on port 8000, ensuring backend processes are efficiently managed.
  
- **JWT Authentication**: A secure connection to MongoDB is facilitated through a JWT_SECRET, adding an additional layer of security.
  
- **Environment Variable Setup**: Simple guidelines for configuring environment variables, making it easy to deploy and manage.
  
- **Standard JavaScript Style Guide**: The project adheres to a recognized coding standard, ensuring readability and maintainability.
  
- **Issue Tracking**: Users can create new issues or provide feedback easily, helping the developers to address bugs or comments promptly.