I plan to code an web client-server app. It is targeted to android platform, but should be possible to access it on PC too.
Basic logic:
- Online database (postgresql or so)
- client for uploading photos and displaying data from database
- server for all backend functions: getting ID for Database from photos (barcodes)
What technologies do you suggest?
Is Angular 2 suitable?
I know basic of Spring boot (made a web game, simple clickable app with REST servises, using Thymeleaf), but not sure whether it is suitable.