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

https://github.com/firmoholanda/sample-app

His is an ongoing project found in The Ruby on Rails Tutorial. It is designed to give you a thorough introduction to web application development, including a basic grounding in Ruby, Rails, HTML & CSS, databases, version control, testing, and deployment sufficient to launch you on a career as a web developer or technology entrepreneur.
https://github.com/firmoholanda/sample-app

rails-tutorial ruby

Last synced: 3 months ago
JSON representation

His is an ongoing project found in The Ruby on Rails Tutorial. It is designed to give you a thorough introduction to web application development, including a basic grounding in Ruby, Rails, HTML & CSS, databases, version control, testing, and deployment sufficient to launch you on a career as a web developer or technology entrepreneur.

Awesome Lists containing this project

README

        

# 📃 sample-app (ruby on rails tutorial sample application)

His is an ongoing project found in The Ruby on Rails Tutorial. It is designed to give you a thorough introduction to web application development, including a basic grounding in Ruby, Rails, HTML & CSS, databases, version control, testing, and deployment sufficient to launch you on a career as a web developer or technology entrepreneur.

## 📡 technologies used

- ruby
- rest-client
- nokogiri
- git

ruby, rest-client api, nokogiri for parsing and git was used on this project.

## 🚀 the project

this project can be found in https://github.com/firmoholanda/sample-app

## 🔨 instructions

To get started with the app, clone the repo and then install the needed gems:

```
$ bundle install --without production
```

Next, migrate the database:

```
$ rails db:migrate
```

Finally, run the test suite to verify that everything is working correctly:

```
$ rails test
```

If the test suite passes, you'll be ready to run the app in a local server:

```
$ rails server
```

## 🤝 contributing

contributions, issues, and feature requests are welcome!
feel free to check [issues page](https://github.com/firmoholanda/rest-client/development/issues).

1. fork it (https://github.com/firmoholanda/sample-app/development/fork)
2. create your working branch (git checkout -b [choose-a-name])
3. commit your changes (git commit -am 'what this commit will fix/add/improve')
4. push to the branch (git push origin [chosen-name])
5. create a new pull request

## 🤖 contributor

firmo holanda - [GitHub](https://github.com/firmoholanda)

## 🙋‍♂ show your support

give a ⭐️ if you like this project!

## 📝 license

this project is [MIT](https://github.com/firmoholanda/sample-app/development/license.txt) licensed.