What’s the Best Tech Stack for a College Project Mobile App?

0
8
Asked By CreativeCoder42 On

I'm working with my team on a mobile app designed to let users update and access database information while also scraping additional data from specific websites. This project is important for our portfolios, so I want to use JavaScript to give everyone valuable experience. That pretty much means we'll be using React Native for the mobile development. I'm also thinking of going with SQL for the database. However, I'm unsure how to approach the entire tech stack, especially since we're all college students and operating on a tight budget – paid resources are not an option. What would you recommend?

2 Answers

Answered By TechieTommy On

Consider using the MEAN stack, which includes MongoDB, Express.js, Angular, and Node.js. It’s free, and the JavaScript aspect is great for your team's needs. Plus, it has a large community if you run into any issues.

Answered By BudgetBuster99 On

I'd suggest looking into Supabase for your database instead of going full SQL. It's an open-source alternative that provides PostgreSQL functionality. It’s affordable and developer-friendly, which fits well for a college project.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.