Skip to content

ShaunHennedige/WORKOVER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WORKOVER

Final Year Computing Individual Project

Shaun Hennedige Plymouth ID: 10818172

S H T Hennedige NSBM ID: 24042

Read Me File

Download

Download the APK for running on Android directly.

Development Environment Installations

For MacOS

  1. Xcode Installation:

    • Download from: Xcode Website or install Xcode via the App Store.

    • Once installed, run (in terminal):

      sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
      sudo xcodebuild -runFirstLaunch
      
  2. Cocoapods Installation:

    • Using Homebrew (recommended): brew install cocoapods OR

    • Using gem: sudo gem install cocoapods

    • Once installed, run (in terminal):

      sudo sh -c 'xcode-select -s /Applications/Xcode.app/Contents/Developer && xcodebuild -runFirstLaunch'
      sudo xcodebuild -license
      xcodebuild -downloadPlatform iOS
      open -a Simulator
      
  3. Flutter Setup:

    • Download Flutter SDK from the Flutter website.

    • Extract the downloaded workover.zip folder to a location on your computer.

    • In Visual Studio Code, open the project folder where you extracted Flutter SDK.

    • Open a terminal in Visual Studio Code (Terminal > New Terminal).

    • Navigate to your project directory by running:

      cd path/to/your/project
      
    • Run the following commands to set up Flutter:

      flutter doctor
      flutter run
      
Screenshot 2024-05-11 at 17 29 02 Screenshot 2024-05-11 at 17 29 18 Screenshot 2024-05-11 at 17 29 39 Screenshot 2024-05-11 at 17 32 39

Test Users

For testing purposes, the following test users are available:

  • Hotel Code: 1001
  • Managers Passkey: 0001

User Credentials:

  1. Username: testm@gmail.com, Password: test123
  2. Username: tests@gmail.com, Password: test0987
  3. Username: teste@gmail.com, Password: test456
  4. Username: frontoffice1@gmail.com, Password: 0987654321
  5. Username: housekeep1@gmail.com, Password: 12345678

Reffer the tests inside the workover/flutter/dev

About

Final Year Computing Individual Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors