Skip to content

7. Mongo

joerivrij edited this page Dec 3, 2019 · 1 revision

Mongo database

The database that holds all the movies and is accessed by the Movie Api.

It is password protected on production but for locally this was disabled.

It can be reached on port: 27017

During setup the dataseeder inserts a set of movies that can be used for testing purposes.

Clone this wiki locally