Introduction
Build a cinema app on Declarative Framework Evado.
First, check out the basic tutorial of creating an application without coding.
Required functionality
- Several halls with a different number of seats
- Different pricing depending on date, hall or movie
- Special prices for individual seats in a hall
- Movie data and posters
- Public website module for selling tickets online
Main app entities
- Hall
- Seat
- Movie
- Poster
- Screening
- Pricing
- Seat price
- Ticket
Source code of the finished app is available on public repository.