My Ruby on rails Project
As a beginner, you knew that Ruby on Rails is a framework that helps you build web applications.
As challenging it was for me to put together my project application, I did succeed into making it work as I would like it to. In this article, we will go through how my ruby on rails app was created and how it was factored to run as I would like it to.
It sounds quite easy to create your first rails application, I suppose if you have enough knowledge then it would not be as challenging but even the clueless ones always come through. Without further ado, to start your new application, you can go multiple ways but how I did start was to create my app with its name “AnxietyHelper” by running rails new AnxietyHelper in the terminal. It will show newly created folders and files.
Once you have set up your first step of your application, you will be able to access your web browser at http://localhost:3000/. As show below, this is the exact step needed and successfully done for starting your rails application.