Skip to content

mariamgerges575/Reservista

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reservista

Introduction

Welcome to Reservista! This mobile application is developed using React Native and Spring Boot. It is a reservation system providing multiple hotels in multiple cities worldwide so you can reserve any room in these hotels. To run this application, we use Docker Compose for easy setup and deployment.

Prerequisites

Before you begin, ensure that you have the following installed on your machine:

Getting Started

  1. Clone the repository:

    git clone https://github.com/hussainmansour/Reservista.git
    
  2. Navigate to the project directory:

    cd Reservista
    
  3. If you have changed the code then you should do the following steps to see the change in the application, Otherwise jump to step 4:

    1. Navigate to the Backend directory:

       cd Backend
      
    2. Make sure that the./mvnw file has the permission to run:

      chmod +x mvnw
      
    3. Generate the Jar file:

      ./mvnw clean
      ./mvnw install -DskipTests
      
    4. Return to the project directory then continue from step 4:

      cd ..
      
      
  4. Build and run the Docker containers using Docker Compose:

    docker-compose up --build
    
  5. Wait for the containers to start. You can check the logs using:

    docker-compose logs -f

Press 'CTRL+C' to exit the log view.

  1. After the containers run, select the device you want to run this app from the log view, open your emulator or device, and the app should launch automatically.

Stopping the Application

To stop the application and shut down the Docker containers, run:

docker-compose down

About

Reservista is a Hotel Management System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 54.5%
  • JavaScript 45.4%
  • Dockerfile 0.1%