Practicing Ruby on Rails by creating our very own Rails 'Hello World!' project!
Client
Server
Database
- Use RubyGems as a software package system.
- N/A
In order to run this project you need:
-
Ruby on Rails installed and running. To get more information, read the installation guide.
-
PostgreSQL installed and running
Clone this repository to your desired folder:
git clone git@github.com:KanzaTahreem/Hello-Rails.git
cd Hello-Rails
Install thr project dependencies with:
bundle install
To run the project, execute the following command:
rails server
To run all tests, including unit and integration tests, run the following command:
rails test:all
- GitHub: @KanzaTahreem
- Twitter: @kanza_tahreem
- LinkedIn: Kanza Tahreem
- USe more rails generators
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project and want to support me make cooler projects Give this project a Star.
This project is MIT licensed.