devcula /
travel_webapp
A full stack web application built from scratch to replicate travel websites and book trains, flights, hotels, bus and cabs. Technology stack includes AngularJS, Java, Hibernate and MySql.
68/100 healthLoading repository data…
SachinMhetre678 / repository
A full-stack hotel management platform built with Spring Boot, Spring Security, MySQL, and ReactJS. It supports room browsing, bookings, and admin control for managing rooms and reservations. Implements secure authentication with JWT, AWS S3 for image storage, and an intuitive user interface.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A modern, full-stack Hotel Management and Booking Platform built using Spring Boot, Spring Security, MySQL, and ReactJS. The application allows users to browse and book hotel rooms, manage their bookings, and offers administrators full control over rooms and reservations.
# Clone the repo
git clone https://github.com/yourusername/hotel-booking-backend.git
cd hotel-booking-backend
# Configure application.properties (DB credentials, AWS keys, JWT secret)
# Build & run
./mvnw spring-boot:run
# Clone the frontend repo
git clone https://github.com/yourusername/hotel-booking-frontend.git
cd hotel-booking-frontend
# Install dependencies
npm install
# Run development server
npm start
Selected from shared topics, language and repository description—not editorial ratings.
devcula /
A full stack web application built from scratch to replicate travel websites and book trains, flights, hotels, bus and cabs. Technology stack includes AngularJS, Java, Hibernate and MySql.
68/100 health0DmytroPoliak0 /
# Hotel Booking Website A comprehensive hotel booking website built using HTML, CSS, and JavaScript. This project is designed to provide a seamless booking experience for users, including features such as user registration, booking management, and contact forms. ## Features - **User Registration and Login:** Secure user authentication and account
34/100 healthBackend (application.properties or .env):
spring.datasource.url=jdbc:mysql://localhost:3306/hotel_db
spring.datasource.username=your_db_user
spring.datasource.password=your_db_password
aws.accessKey=YOUR_AWS_ACCESS_KEY
aws.secretKey=YOUR_AWS_SECRET_KEY
jwt.secret=your_jwt_secret
📦hotel-booking-app
┣ 📁backend
┃ ┣ 📁controller
┃ ┣ 📁service
┃ ┣ 📁model
┃ ┣ 📁repository
┃ ┗ application.properties
┣ 📁frontend
┃ ┣ 📁components
┃ ┣ 📁pages
┃ ┣ 📁services
┃ ┗ App.js
codewithshz /
Code for my 30 Days JavaScript Challenge – from basics to full-stack with a final Hotel Booking App project
34/100 healthHotel Booking full stack website using javascript, jquery, bootstrap, HTML5, CSS3 at frontend and python(flask), jinja, MYSQL at backend.
15/100 healthSmartStay – Hotel Booking Management System is a full-stack web application that allows users to view available rooms, book hotel rooms, and manage reservations easily. It is built using HTML, CSS, JavaScript for the frontend, Java for backend logic, and MySQL for database management.
49/100 health12Raj23 /
A Java Full-Stack project built with Spring Framework and Spring REST for the backend, and React with JavaScript for the frontend
34/100 health