Skip to content

HbotondS/library-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

forthebadge

library-management

Library management database with MongoDB for Advanced databases systems university course.

Entity relationship diagram Relationship model
The diagram was created with Lucid App The model was created with dbdiagram.io

Migration

If you have MongoDB Shell installed you can proceed to the next step, if don't, you can install it from here and add it to the path variables.
You can run a migration scripts directly from the shell, with the following command: mongosh --file <file name>
If you don't want to run every script manually there is a python script, under db/migration scripts which runs all the migration scripts.