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

https://github.com/oldprojectss/rails_hello_app

A basic Hello world app
https://github.com/oldprojectss/rails_hello_app

Last synced: 11 months ago
JSON representation

A basic Hello world app

Awesome Lists containing this project

README

          

# Hello Rails App

> This is my first ruby on rails app created with `rails new hellorails -d postgresql`

## Getting Started

To start using this software you need to have Ruby installed in your machine

Then clone this repo:

```
-$ git clone git@github.com:Ismailco/rails_hello_app.git
```

```
-$ cd rails_hello_app
```

To run the server:

```
rails server
```

To run rspec, in your terminal for testing the methods:

```
-$ rspec
```

## Authors

👤 **Ismail courr**

- GitHub: [@ismailco](https://github.com/ismailco)
- Twitter: [@ismailcourr](https://twitter.com/ismailcourr)
- LinkedIn: [ismailcourr](https://linkedin.com/in/ismailcourr)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Show your support

Give a ⭐️ if you like this project!

## 📝 License

This project is [MIT](./LICENSE) licensed.