I want to buit an express app that would include a mongodb database. The problem is that I don’t have acces to a credit card to register to a mongodb atlas account. Also, because the client I work wants to have everything hosted on french servers, I don’t think I can use the free tier of Atlas.
So it seems like I need to build my app with it’s own database in it. I’m used to building apps with vueJs and Firebase as a backend. But because the client is picky, I need to change my game plan.
I had already posted a question to know if this was possible, but I have questions about all this…
Is that a good idea? It won’t be a very busy site. Just a few visits per month.
Do I need to install mongodb on the server?
If I want to use mongoose. Do I install mongodb first?
would the mongodb npm package incorporate a mongodb database automatically?
I have a hard time understanding how all of this works! Hope someone can help!
thanks!!