Skip to content

Database

Fanny Dolisy edited this page May 3, 2023 · 4 revisions

Accessing

  1. ssh into the server (follow deployment instructions if this is unclear)
  2. type mongo into the server and you should be launched into the the mongo terminal
  3. The production database is called test, so to manipulate the test type in use test
  4. More specific queries/ manipulations can be found with MongoDB terminal documentation.

Schema

Not public information, can be given in existing resources from the professor

Clone this wiki locally