Skip to content

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.

Notifications You must be signed in to change notification settings

firmoholanda/sample-app

Repository files navigation

📃 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.

  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

🙋‍♂ show your support

give a ⭐️ if you like this project!

📝 license

this project is MIT licensed.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published