This project is basically teaching about ruby on rails first usage and installation process.
- Ruby on Rails click here >>
To get a local copy up and running follow these simple example steps.
$ rails new Hello_Rails --database=postgresql
$ Clone the repository and change the directory to blog
$ git clone https://github.com/techEmprez/Hello_Rails.git
$ cd Hello_Rails
Install all project dependencies by running the command below
$ bundle install
Linux
$ bin/rails server
Windows
$ ruby bin/rails server
$ http://localhost:3000/
👤 Choice Osobor
- GitHub: @techEmprez
- Twitter: @techEmprez
- LinkedIn: Choice Osobor
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to Microverse for giving me this project to work on