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
- Host: GitHub
- URL: https://github.com/oldprojectss/rails_hello_app
- Owner: oldProjectss
- Created: 2022-07-07T11:57:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-07T12:14:07.000Z (almost 4 years ago)
- Last Synced: 2023-11-02T00:27:29.370Z (over 2 years ago)
- Language: Ruby
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.