Skip to content

vieirinhasantana/back-end

Repository files navigation

BACK END ERROR SYSTEM

Step 1

Once you have cloned the repository use Robomongo (https://robomongo.org/) to create the database in the mongo which will be named:

cdo

Step 2

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"
}

Step 3

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

Finish

Enjoy!

Contact

Email: [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages