Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoangtularva/agile-web-development
Agile Web Development With Rails 6 Full Part 2 - Ruby On Rails
https://github.com/hoangtularva/agile-web-development
agile-development ecommerce ecommerce-website rails-application ruby ruby-on-rails webshop
Last synced: about 2 months ago
JSON representation
Agile Web Development With Rails 6 Full Part 2 - Ruby On Rails
- Host: GitHub
- URL: https://github.com/hoangtularva/agile-web-development
- Owner: hoangtularva
- Created: 2020-06-28T10:44:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T06:37:09.000Z (almost 2 years ago)
- Last Synced: 2024-10-23T12:05:33.750Z (2 months ago)
- Topics: agile-development, ecommerce, ecommerce-website, rails-application, ruby, ruby-on-rails, webshop
- Language: JavaScript
- Homepage: https://agilewebshop.herokuapp.com
- Size: 37.6 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Agile Web Development With Rails 6
* Ruby 2.7.1
* Rails version 6.0.3.2
* yarn install --check-files
* rails db:migrate
* bundle install
* rails s
* Create user:
- User.create(name: 'hoangtu', password: 'hoangtu', password_confirmation: 'hoangtu')
* Create data product: rails runner bin/create_dummy_products.rb