What technology stack do you plan to use for front-end and back-end development in pickup and delivery app development?

What tools, programming languages, or frameworks will you use to build the app’s user interface (front-end) and server-side logic (back-end)?

1 Like

whcih app are you talking about?

I think OP is referring to a pickup and delivery app, as indicated in the title.

then the other question would be, who is “you”? Because I am not planning such an app

1 Like

It’s a rather general question, and we are sticklers for detailed explanations around here, lol. If you define your skills, objectives and what you’ve already researched about the topic in detail, we’ll be able to help you out a lot easier.

Have you heard of MERN and MEAN stack? They’re great if you want to use JavaScript for all parts of your application. Also, are you making a web app, or a mobile app? There are things to look into if you are, like react native and flutter.

Also, please keep in mind this forum can’t code things for you, or replace a course. We can solve problems and bugs and guide you to resources. We just need specifics, since in development there are often many ways to do the same things.

Had chanced to work with one groceries (pickup and delivery) app.

Front-End Stack

  • React Native: building a cross-platform mobile app (iOS + Android) with a single codebase
  • Expo (optional): makes react native dev faster in early stages
  • Tailwind CSS: responsive UI

Back-End Stack

  • Node.js + Express.js
  • MongoDB or PostgreSQL
1 Like