An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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

- ![](https://img.shields.io/badge/Github-blueviolet)
- ![](https://img.shields.io/badge/Ruby-red)

### 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