Answer the question
In order to leave comments, you need to log in
Optimal Front/Back/API stack for project implementation?
Good afternoon!
Task : development of a service for the provision of various services. Everything is quite typical: the performer registers, indicates what services he is ready to provide. The user through the search finds the artist, looks at the rating and reviews, pays for the service through the site. Plus traditional personal accounts of the performer / user, etc.
In addition to the site itself, there will also be mobile applications (iOS, Android).
The essence of the question is what is the best stack to use for implementation. I have a good experience in implementing projects on Laravel: I like the concept itself, ORM, template engine, and so on.
Since it is also necessary to develop a mobile application, immediately (almost from the beginning) it will be necessary to prepare the API.
Therefore, the question arises - which stack is best to use? ..
I see three options:
Answer the question
In order to leave comments, you need to log in
If you are sure that you will have full-fledged mobile clients, then your own path "Web client => also via API" looks like there is no alternative.
Laravel/Lumen - doesn't really matter.
For the web client: Angular is great in video tutorials, but not at all like that, but on the contrary, in real development (by the way, which Angular did you almost choose?).
In the Laravel community ( and not only ) it is customary to use Vue.JS for a rich web.
On the back, purely api on Laravel, so as not to duplicate the functionality for andoird and ios, on the SPA front.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question