I want to create my first FYP project . I want to create mobile app (flutter) and it's website (html, css, js) ny using same backend for both (express, mongoDB)
How can i do that ?
Please elaborate the mechanism bit as it is my first project
We're a place where coders share, stay up-to-date and grow their careers.
I want to create my first FYP project . I want to create mobile app (flutter) and it's website (html, css, js) ny using same backend for both (express, mongoDB)
How can i do that ?
Please elaborate the mechanism bit as it is my first project
dimer191996 -
Chetan -
Calin Baenen -
Omri Lavi -
Discussion (2)
I think for your first project, you should go a bit easier. Maybe start with a frontend project and then move your way to the backend. A site with lots of projects is devchallenges. You can build a lot of projects on there.
A good idea is to build an expense tracker. You can keep the mechanism simple.
Some basic requirements:
About the technologies
For the API: I would definitely choose ExpressJS and MongoDB
For the website: If you want to learn new technology and not go for HTML/CSS/JS, I would say to take a look at VueJS or ReactJS. Both of them require a small amount of time to learn the basics and build your first application.
For the mobile app: I'm not much familiar with this one, but I would choose React Native. But Flutter is a good option too.
I hope I gave you some useful info about your project. Keep in mind that there a lot of websites and tutorials that can help you with these technologies I mentioned before