This is shop server-side application writed on framework Ruby on Rails:
- Creation description of products that are html_friendly using libary Quilljs https://quilljs.com/
- Handle administration of user orders
- 2.5.1
- 5.2.0
- All dependencies are on file Gemfile.lock
- Download repo
- type
bundler install
- type
rake db:create db:migrate db:seed
- type
rails server
- server is on, try to log in into sample pass [email protected]/ admin123 or try to generate your seeds
- you can try deploy blog using heroku: https://devcenter.heroku.com/articles/getting-started-with-rails5