Hello_Rails
This project is basically teaching about ruby on rails first usage and installation process.
Built With
- Ruby on Rails click here >>
Getting Started
To get a local copy up and running follow these simple example steps.
Built with
Setup
$ 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
Install all project dependencies by running the command below
$ bundle install
Run the application
Linux
$ bin/rails server
Windows
$ ruby bin/rails server
Visit the homepage of application
$ http://localhost:3000/
Author
👤 Choice Osobor
- GitHub: @techEmprez
- Twitter: @techEmprez
- LinkedIn: Choice Osobor
🤝 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
- Hat tip to Microverse for giving me this project to work on