Domain:
Client is basing their business on renting out warehouse space to clients, with the possibility to receive client’s orders from the suppliers, repacking per client’s needs, sending specific parts to the client at specific time. Solution is built on an existing database which is controlled by relatively outdated Delphi back office application.
It consists of three parts:
1. back end REST API used for accessing the database and introducing the business logic and
2. mobile hybrid application, currently being developed only for various Android devices
3. web view app, initially developed to give access to client’s customers to current status of their goods in the warehouse
Technologies:
- .NET Core REST API accessing Firebase database
- Ionic 3 with Cordova
- Angular 4 using TypeScript for mobile app, using REST API
- Angular 4/5 web app as web view, using the same REST API server