Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 2.31 KB

README.md

File metadata and controls

51 lines (43 loc) · 2.31 KB

GoGym Logo

Cloud Computing Documentation

The source code of GoGym Backend/API which make uses of Laravel 10 as the framework provider with some dependencies and Google Cloud Platform in order to complete Bangkit Capstone Project. Here are the related links/websites that the application uses :

Getting Started

  • Prerequisites

    • Tools/Software/etc
    • Installation

      • Clone the backend-api branch in this repository and import into Visual Studio Code
           https://github.com/bangkit-gogym/GoGym.git
        
      • Initialize Laravel in the related directory Install Laravel
      • Install the related dependencies
      • Run composer command
           composer install
        
      • Update the Google Cloud Service Package with your corresponding credentials in the filesystems.php
      • Migrate the database and seed the database
           php artisan migrate
           php artisan db:seed --class=EquipmentsSeeder
        
      • Initialize Google Cloud SDK
           gcloud init
        
      • Deploy the API to the Google App Engine
           gcloud app deploy
        

License

The Laravel framework is open-sourced software licensed under the MIT license.