https://github.com/techemprez/hello_rails_development
This project is basically teaching about ruby on rails usage and installation.
https://github.com/techemprez/hello_rails_development
Last synced: about 1 month ago
JSON representation
This project is basically teaching about ruby on rails usage and installation.
- Host: GitHub
- URL: https://github.com/techemprez/hello_rails_development
- Owner: techEmprez
- Created: 2023-05-04T13:21:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-04T13:46:02.000Z (about 2 years ago)
- Last Synced: 2025-02-04T13:44:17.647Z (3 months ago)
- Language: Ruby
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# hello_rails_development
> This project is basically teaching about ruby on rails first usage and installation process.
## Built With
- Ruby on Rails [click here >>](https://guides.rubyonrails.org/)
## 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](https://github.com/techEmprez)
- Twitter: [@techEmprez](https://twitter.com/techEmprez)
- LinkedIn: [Choice Osobor](https://www.linkedin.com/in/choice-osobor/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Favourezeugwa/Hello_Rails/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to [Microverse](https://bit.ly/MicroverseTN) for giving me this project to work on