Tech=>Node.js
Database=>Mongodb
ODM-library=>Mongooes
Database_backup=>src/db_backup
Designed a Project of the relation between documents using mongoose in nodejs with REST API Along with Joi backend validator followed by MVC structure which furnishes knowledge about one-to-one and one-to-many relationship
More info:https://docs.mongodb.com/manual/applications/data-models-relationships/
express @4.17.1
mongoose @5.13.2
Joi @17.4.1
dotenv @10.0.0
Open the directory and install all the required modules by typing the following command
npm i
After module installation just simply typewrite the following code to start the node server
node server