/Selload

오픈 마켓 통합 업로드 솔루션 Selload

Primary LanguageRuby

Selload: 오픈 마켓 통합 업로드 솔루션

셀러드

개요

0002 0003 0004 0005 0006

디렉토리 구조

🗃 Project Directory
📁 Selload
├── README.md
├── 📁 app
│   ├── 📁 assets
│   ├── 📁 channels
│   ├── 📁 controllers
│   ├── 📁 helpers
│   ├── 📁 jobs
│   ├── 📁 mailers
│   ├── 📁 models
│   ├── 📁 uploaders
│   └── 📁 views
├── 📁 bin
├── 📁 config
│   ├── 📁 environments
│   ├── 📁 initializers
│   ├── 📁 locales
│   ├── application.rb
│   ├── boot.rb
│   ├── cable.yml
│   ├── database.yml
│   ├── environment.rb
│   ├── puma.rb
│   ├── routes.rb
│   ├── secrets.yml
│   ├── spring.rb
│   └── tinymce.yml
├── 📁 db
│   ├── 📁 migrate
│   ├── shcema.rb
│   └── seeds.rb
├── 📁 lib
│   ├── 📁 assets
│   └── 📁 tasks
├── 📁 log
├── 📁 public
├── 📁 test
│   ├── 📁 controllers
│   ├── 📁 fixtures
│   ├── 📁 helpers
│   ├── 📁 integration
│   ├── 📁 mailers
│   ├── 📁 models
│   └── test_helper.rb
├── 📁 tmp
├── 📁 vendor
│   └── 📁 assets
├── .gitignore
├── 💎 config.ru
├── 💎 Gemfile
└── 💎 Rakefile

앱 실행 전, 확인!

bundle install
rails db:migrate
rails db:seed