Includes code for visualising and analysing workout data
- Start
sudo systemctl start mongod - Restart
sudo systemctl restart mongod - Check status
sudo systemctl status mongod - Set to start on startup
sudo systemctl enable mongod
Make sure the ip-adress of server is allowed to connect to the MongoDB server you want to connect to.