Once you have cloned the repository use Robomongo (https://robomongo.org/) to create the database in the mongo which will be named:
cdo
After creating the bank, one must create the collection of users to access the adminstrative part of the platform. follows the code:
collection: users
Add new user:
{
"Name" : "Administrador",
"Email" : "[email protected]",
"Password" : "$2y$10$Uh1oHa/ysOVQHfK10AqHJ.cRm/Udb7IVRIrEkd9ClNV/tvPl7w0uS"
}
After doing these steps just start the project using visual studio code (https://code.visualstudio.com/docs?dv=win&wt.mc_id=DX_841432&sku=codewin) with the following commands:
Ctrl + F5
Enjoy!
Email: [email protected]