I made a strapi app with quickstart now I want to use the mongoDB database. How to do this?
Hi there @SSB2000
This should help showing how to change it,
The file ./config/database.js
needs to be changed
Just to add this would only change the database, I think you would to export and import the data again later to use it. There are some tools how to do it but this is a good read on it too.
Oh!
I am a bit late to reply. But thanks for quick response.