https://github.com/blackbaba/learning-ruby-on-rails
Project Work for - Agile Web Development with Rails 5.1
https://github.com/blackbaba/learning-ruby-on-rails
rails5 ruby ruby-on-rails
Last synced: 5 months ago
JSON representation
Project Work for - Agile Web Development with Rails 5.1
- Host: GitHub
- URL: https://github.com/blackbaba/learning-ruby-on-rails
- Owner: blackbaba
- License: mit
- Created: 2019-11-24T12:25:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T16:24:20.000Z (over 3 years ago)
- Last Synced: 2025-04-03T20:18:28.729Z (about 1 year ago)
- Topics: rails5, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 1.64 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learning Agile Web Development with Rails 5.1 (Textbook)
**Core Skills Learnt**
- Ruby
- Rails
- AJAX
- React.js
- Webpack (using Webpacker gem)
- ERB Templating
- Unit and System Testing (Capybara)
- Basics of OOP
- Basics of PostGreSQL
---
## Major Project - Shopping Cart Application
**Heroku Demo** - https://gentle-caverns-27808.herokuapp.com/
**Technologies used**
Ruby on Rails, Javascript, React.js, WebSockets, Advanced CSS and Webpack.
**Usage Instructions**
Clone the project into a local directory and run the following commands:
```
cd depot/
bundle install
rails server
```
See [Screenshot](https://imgur.com/LJFYlUo)
----
