- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Simple rails app that prints
Hellorails
in the browser.
Client
Server
Database
- Displays
rails hello
To get a local copy up and running, follow these steps.
- Text Editor (VScode, Atom, Sublime text, etc)
- Basic knowledge of ruby
- Knowledge of RoR
In order to run this project you need:
- install ruby
- Install rails
- Install postgresQl
- Signup to Github
Clone this repository to your desired folder:
Command:
git clone git@github.com:Kasaija-Kenneth/hellorails.git
- cd
hellorails
- After opening the files in Visual Studio Code, open the VS Code integrated terminal and run the following commands:
bundle init bundle install gem install rails
- Run the command in your terminal below to run the ruby program
run the
rails server
command in terminal runhttp://localhost:3000
in the browser url
You can deploy this project using:
👤 Kasaija Kenneth
- GitHub: @Kasaija-Kenneth
- LinkedIn: LinkedIn
- Twitter: @kenn_ug
- Email: Send me a message:
-[ ] [ To be communicated ]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Write a message to encourage readers to support your project
If you like this project...
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.