HyuOniichan / Huy_Studiverse

An E-learning app built with MERN stack
0 stars 0 forks source link

[be] update database refer #25

Closed HyuOniichan closed 3 days ago

HyuOniichan commented 4 days ago

Problem image it has something called 'ref', but it hasn't had any connection when called model image

Expected update all the connection when .find({}) to

.findOne({ ... }).populate('<model name>').then(...)
HyuOniichan commented 4 days ago

add 'tags' field to Course model