Please search for the CHECKME: comments in the code itself.
4 projects and 2 more files have created for this purpose inside the same repo (from a Windows system):
-
NodeJs: Please find one project for each one of the exercices inside
nodejsdirectory.nodejs/1directory: Is there a problem?nodejs/2directory: Is there a problem?nodejs/3directory: Unit test
-
Angular: Only one project has been provided for the 3 exercises:
angular/1-2-3directory. Please modify thesrc/app/app.component.htmlfile to test each of the exercises:-
app-users-1insrc/app/user1directory
-
app-users-2insrc/app/user2directory
-
app-user-forminsrc/app/user3directory
-
-
CSS & Bootstrap. Please open the
bootstrap.htmlfile with any browser. -
MongoDb: Please read the
mongodb.mdfile. Please run the following command if you want to quickly run a MongoDb instance:docker run -p 27017:27017 mongo