RoR Deployment on Google Cloud Platform
Overview This application is a simple web application-based login form implemented with Ruby on Rails where Ruby is an interpreted, high level, object oriented programming language and Rails is a framework. The application is deployed on Google Cloud Platform . Goals Application accepts username and password. For valid credentials, it displays a message “Login successful! You are logged in as (loggedin_username) ” Valid logged in users can log out successfully . Application accepts username and password. For invalid credentials, it displays a message “Authentication failed! Please enter correct credentials.” Specifications Programming language : Ruby Web application framework : Rails (MVC) Deployment : Google Cloud Platform Source code : https://github.com/amrutapednekar/authentication_app Deployment on Google Cloud Platform New project Created a new project on Google Cloud Platform. Open cloud shell terminal Clone application code Application code is cloned fro...