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

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

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)

----

![](https://github.com/blackbaba/Learning-Ruby-on-Rails/tree/master/depot/app/assets/images/main_screen.jpg)