1

I would like to know how could I setup a mean.js application using MySQL and MongoDB at the same time?, this code made an example of how to do a relational mean.js app, he uses sequelize that enables access to MySQL... could I use mongoose and sequelize at same time, if so how, anyone knows about an example?

I've been creating mean apps using node-restful and restangular, but when using MySQL how will I handle the RESTful API?, does sequelize do that?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Jonathan Solorzano
  • 6,812
  • 20
  • 70
  • 131
  • People might look this question as duplicate of [this question](http://stackoverflow.com/q/28868852/4884848), but that one hasnt an answer – Jonathan Solorzano Jun 19 '15 at 01:51
  • Well fortunately a question cannot be marked as a duplicate of a question with no answer or an answer without any votes ( unless it's your own post asking the same thing of course ). However, people might consider the general topic "too broad" or suggest closure for other reasons. Perhaps if you gave example points of what you want to do then you might be able to avoid that. –  Jun 19 '15 at 02:35
  • The database you choose to use has zero implications on your ability to create a restful api. The database has nothing to do with it. – Brandon Smith Jun 21 '15 at 02:05

0 Answers0