Starting a MongoDB local connection in macOS
· One min read
Following command starts the MongoDB server:
/Users/<username>/mongodb/bin/mongod --dbpath=/Users/<username>/mongodb-data
Following command starts the MongoDB server:
/Users/<username>/mongodb/bin/mongod --dbpath=/Users/<username>/mongodb-data
Originally, when requesting a Strapi API endpoint, you can only get the information of the table you requested without the information of tables it is related to.