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
nodejs
directory.nodejs/1
directory: Is there a problem?nodejs/2
directory: Is there a problem?nodejs/3
directory: Unit test
-
Angular: Only one project has been provided for the 3 exercises:
angular/1-2-3
directory. Please modify thesrc/app/app.component.html
file to test each of the exercises:-
app-users-1
insrc/app/user1
directory
-
app-users-2
insrc/app/user2
directory
-
app-user-form
insrc/app/user3
directory
-
-
CSS & Bootstrap. Please open the
bootstrap.html
file with any browser. -
MongoDb: Please read the
mongodb.md
file. Please run the following command if you want to quickly run a MongoDb instance:docker run -p 27017:27017 mongo