Skip to content

jonathanv28/gogym-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c39b985 · Jun 16, 2023

History

3 Commits
Jun 16, 2023
Jun 16, 2023
Jun 16, 2023
Jun 16, 2023
Jun 13, 2023
Jun 13, 2023
Jun 13, 2023
Jun 13, 2023
Jun 13, 2023
Jun 13, 2023
Jun 13, 2023
Jun 16, 2023
Jun 13, 2023
Jun 16, 2023
Jun 16, 2023
Jun 13, 2023
Jun 16, 2023
Jun 16, 2023
Jun 13, 2023
Jun 13, 2023
Jun 13, 2023

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published