Introduction

Build an shop app on the Evado Framework.

Public store module

Required functionality

  • Tree hierarchy of product categories
  • Create different types of items with a set of unique options
  • Select an item using its options
  • Allow guest users to fill their cart
  • Register a user to place an order
  • Automatically change stock when creating or deleting an order

Main app entities

  • Category
  • Item
  • Photo
  • Order

Source code of the finished app is available in public repository.