MarGer1962
MarGer1962
In the map gettingMean-2\my app_ap1\db.js file i have this line of code `let dbURL = 'mongodb://127.0.0.1:27017/Loc8r';` This is shown in my Terminal (Visual Code) the dbURL (variabele MongoDBLink) = mongodb://127.0.0.1:27017/Loc8r...
I recently bought the book “Getting MEAN WITH MONGO, EXPRESS, ANGULAR, AND NODE (second edition)” In chapter 3.5 (Making it live on Heroku) makes it possible to deploy the website...
LS, When i made the angular app and give the command ng serve, i can open http://localhost:4200/ When i open this i get this message in my screen "Cannot GET...
Hi, I have this question. I have a separate HTML file which contains a form. Then - if the form is filled in and you click on submit - the...
LS, In the documentation (https://firebase.google.com/docs/firestore/manage-data/add-data#custom_objects) it is said that u can use custom objects. They give an example, I have this question. I just use HTML, Bootstrap and jQuery. I...
Hi, When running this python script in Thonny _namen = ['a','b','c','d','e','f'] 'a' in namen_ I received this message: "PROBLEM IN THONNY'S BACK-END: Exception while handling 'Debug' (AttributeError: module 'ast' has...