Creating new app with nodebb for the forum part
-
Hi. I'd like to make a site like this and I've got a few questions.
I'm currently learning mongodb, express and node for that project. Should I also use a front end framework, and if yes which one is most suitable for my project (angular, react or vue)?
For the forum part I'd like to use nodebb. When a user sign in the site, will he be able to use the forum without having to sign in the later separately ? Also, is it possible to display specific posts in the site (from the forum) ?
PS: Sorry for eventual mistakes. English isn't my first language.
-
I'm currently learning mongodb, express and node for that project. Should I also use a front end framework, and if yes which one is most suitable for my project (angular, react or vue)?
It depends on how much interactivity your site will have, and how complex you think it could be.
For the forum part I'd like to use nodebb. When a user sign in the site, will he be able to use the forum without having to sign in the later separately ? Also, is it possible to display specific posts in the site (from the forum) ?
This is possible to set up, yes.