MongoDB - Woz-U-Group-Projects/team-glampfire-trail-mix GitHub Wiki

MongoDB

Installing MongoDB Community Edition on the backend server is the easiest method. However, any server will work.


macOS

brew install mongodb-community
brew services start mongodb/brew/mongodb-community

Debian / Ubuntu / Windows Server

Download MongoDB Community Edition.

Debian: Install Instructions Ubuntu: Install Instructions Windows Server: Install Instructions


Once installed, other than copying the default application.properties file, there is no other configuration that needs to be done. If, however, the MongoDB CE server isn't on the same machine as the backend server, then the application.properties file will need to be configured properly.