gitmathub / superleague-mongo

The database (MongoDB) for the superleague website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instalation

Mac

Installation instructions for MacOS MongoDb

brew tap mongodb/brew
brew install mongodb-community@4.2

Start the service

brew services start mongodb-community

check if the service is running

ps aux | grep -v grep | grep mongod

Provider Uberspace

Check installation MongoDB

Open ports: https://manual.uberspace.de/basics-ports.html

uberspace port list
uberspace port add

my port: 45900

CLI

mongo

try help or show dbs

TODOS

  • query & map data
  • cronjob
  • (node:20110) DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to the MongoClient constructor.

About

The database (MongoDB) for the superleague website.


Languages

Language:JavaScript 100.0%