Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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