Introduction
Build an shop app on the Evado Framework.
First, check out the basic tutorial of creating an application without coding.
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.