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…
ERNI-Academy / repository
A full-stack hotel booking application using Spring Boot (Java) for the backend and Angular (TypeScript) for the frontend. Integrates AI-powered chat and document retrieval using Azure OpenAI and PGVector.
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 full-stack hotel booking application using Spring Boot (Java) for the backend and Angular (TypeScript) for the frontend. Integrates AI-powered chat and document retrieval using Azure OpenAI and PGVector.
git clone https://github.com/ERNI-Academy/spring-ai-hotel-booking.git
cd spring-ai-hotel-booking
AZURE_OPENAI_API_KEYDB_PASSWORDdocker compose up -d
./mvnw spring-boot:run
cd frontend
npm install
npm start
The Angular app will be available at http://localhost:4200.
http://localhost:8080/swagger-ui.htmlhttp://localhost:8080/actuator/healthhttp://localhost:8080/actuator/metricsEdit src/main/resources/application.yml for backend settings (database, AI, logging, etc.).
spring-ai-hotel-booking/
├── src/main/java/com/erni/springaihotel/
│ ├── controller/ # REST controllers
│ ├── service/ # Business logic and AI services
│ └── model/ # Data models
├── src/main/resources/
│ ├── application.yml # Application configuration
│ └── rag/ # RAG documents
├── frontend/
│ ├── src/app/
│ │ ├── components/ # Angular components
│ │ ├── services/ # Angular services
│ │ └── types/ # TypeScript interfaces
│ └── package.json
├── compose.yaml # Docker Compose configuration
└── pom.xml # Maven configuration
See LICENSE.
Author: raffaele-auriemma
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 healthironsoul0 /
🏨 System for a hotel chain having hotels all over the world
37/100 healthsairammadala /
A full stack application of Hotel Management system using Html, CSS, Java Script, Jsp, JDBC, Databases.
satyam6203 /
A Java Full Stack Hotel Service Project allows customers to book rooms seamlessly. The backend is built with Spring Boot for APIs and MySQL for data storage, handling user authentication, room availability, and booking management. The frontend, developed with React.
36/100 healthrachitsharma300 /
A full-stack Hotel Management System built with Spring Boot, React.js, MySQL, and JWT Authentication. This application allows users to search hotels, book rooms, make payments, manage bookings, and provides role-based dashboards for Admin and Users.
50/100 healthMhenni12 /
A full-stack Hotel Management desktop app using Java and MySQL database
35/100 health