Application developed in the Omnistack 11.0.
That application use the JavaScript's Stacks:
- NodeJS on the backend
- React on the frontend
- React Native on the mobile application
- Express used for create the standard server strucuture
- Knex used for create the persistence layer
- Celebrate used to validate persistences in the database
- Jest used to make unity tests and integration tests
The components were made using the JSX strucutre, that is, using HTML, CSS in the JavaScript component development.
The mobile application was made using Expo and the development using Components.
An interesting feature is the use of WhatsApp's dynamic link to create a communication layer between them.