A private jet flight search platform, to connect airlines and customers looking for an aircraft
There is a back-office for airlines (built with Symfony) and a mobile/web application, for clients.
Here are some features of the client application:
The client application is built with Quasar, which is a cross-platform framework, allowing us to write one source code and compile it on multiple platforms (in that case, the application is available on the web, on Apple Store and Play Store).
Server-side code is largely tested with Behat.
The whole project follows continuous deployment practices to automate updates on the server.