Skip to content

The app is an initialization of my first rail project where I create a new rails projects and all the dependencies required. I then link it to postgresql database and create a new database for the app. The app displays the text "Hello World" in the hello.html page and has its default route set to this page.

Notifications You must be signed in to change notification settings

Mosams/hellorails

Repository files navigation

Hello Rails App

The app is an initialization of my first rail project where I create a new rails projects and all the dependencies required. I then link it to postgresql database and create a new database for the app. The app displays the text "Hello World" in the hello.html page and has its default route set to this page.

Project screenshots

screenshot(COMING SOON)

Additional description about the project and its features.

Built With

  • RUBY on RAILS
  • PostgreSQL

How to Setup

You can simply clone or download this repository, and use your favorite browser or code editor to run this program.

  • To open the project after download, simply double click the index.html file

  • To open this project using vs code ( for this example) or your favorite code editor, you can follow the guide below:

    in your cmd or command line navigate to where this project is located, then;

cd hellorails

thereafter run

code .

How to Run the App through terminal

  • To run the application through trminal, make sure ruby and IRB is installed in your computer then follow the guide below:

    in your cmd or command line navigate to where this project is located, then;

cd hellorails

Install Gems

bundle install

thereafter run

.rails s

Author

👤 Mongare S.

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse Team for facilitating project requirements and resources

📝 License

This project is MIT licensed.

About

The app is an initialization of my first rail project where I create a new rails projects and all the dependencies required. I then link it to postgresql database and create a new database for the app. The app displays the text "Hello World" in the hello.html page and has its default route set to this page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published