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.
- Host: GitHub
- URL: https://github.com/firmoholanda/sample-app
- Owner: firmoholanda
- Created: 2020-01-15T20:26:10.000Z (over 5 years ago)
- Default Branch: development
- Last Pushed: 2023-01-05T05:14:25.000Z (over 2 years ago)
- Last Synced: 2025-02-09T08:31:37.111Z (5 months ago)
- Topics: rails-tutorial, ruby
- Language: Ruby
- Homepage:
- Size: 3.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
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
- gitruby, 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.