I want to make application like Zomato, #Foodpanda.
Which stack is best for this? As I have expertise in Java and Angular. What is the best stack you will recommend?
Web Micro-service / Mono? Angular / React? Amazon Web Services (AWS) / Google Cloud Platform? DB : SQL or No SQL
Mob Cross-platform: React Native / Flutter
Note: We are a team of 5. what languages do you recommend if I go with microservices?
Thanks
For developing an application like Zomato or Foodpanda, considering your expertise in Java and Angular, the recommended stack would be:
Web Microservices architecture for scalability and flexibility. Angular for the frontend framework. Amazon Web Services (AWS) for cloud services due to its robust features and scalability. For the database, a combination of SQL for structured data and NoSQL for unstructured data can be beneficial.
If you opt for microservices, the recommended languages would be Java for backend services due to your expertise, along with other languages like Python or Node.js for specific microservices based on their strengths and requirements. This approach can leverage the strengths of different languages for specific functionalities within your microservices architecture.
For developing an application like Zomato or Foodpanda, a robust tech stack is crucial. Given your expertise in Java and Angular, a recommended stack would be using Java for the backend and Angular for the frontend. This combination is powerful for building scalable, secure, and dynamic web applications. Java provides a strong backend foundation with its reliability and performance, while Angular offers a comprehensive frontend framework for creating interactive user interfaces. This stack ensures a seamless integration between the frontend and backend components of your application, making it an ideal choice for your project.