Kevin Vu 2020
© Kevin Vu 2020. Disclaimer: This repo is an asset of Kevin Vu. Any plagiarism act will be reported.
GCloud Based Authentication System is a web application simulate a simple authentication system.
- Front end: HTML/CSS/JS - Bootstrap
- Back end: PHP (Only pure PHP)
- DB: Google Cloud Datastore (NoSQL cloud based db)
- Deploy Platform: Google App Engine Flexible
- Other Cloud Services:
- Google Cloud Shell + Text Editor
- Create a new Google CLoud Project
- Create Datastore instance and mock entities
- Activate a Cloud Shell session
Open in new window
to access Google Cloud Shell Text Editorgcloud config set project [PROJECT_ID]
to access correct project
git clone https://github.com/kevinvu184/GcloudBasedRegistration.git
cd GcloudBasedRegistration/
composer install
- Dev server (flex)
php -S localhost:8080 -t www/
- Dev server (std)
dev_appserver.py ./ --php_executable_path=/usr/bin/php-cgi
- Dev server (std)
- Deployment
gcloud app deploy