meanapp
meanapp copied to clipboard
An example M.E.A.N web application with full CRUD features.
I am getting following error (node:8604) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): MongoNetworkError: failed to connect to server [localhost:27017] on first connect [MongoNetworkError: connect ECONNREFUSED 127.0.0.1:27017] (node:8604) [DEP0018] DeprecationWarning:...
In the video, before starting Angular.js, when requesting "/movie", the mangodb collections shown up, I added some data in my db but I didn't get the expected result. What I...
Mongoose's default connection logic is deprecated as of 4.11.0. The `useMongoClient` option must be set if using `connect()`. See http://mongoosejs.com/docs/connections.html#use-mongo-client.
this is my error: { "message": "movie validation failed", "name": "ValidationError", "errors": { "url": { "message": "Path `url` is required.", "name": "ValidatorError", "properties": { "type": "required", "message": "Path `{PATH}` is...
I'm getting a error like "yo not a command" on running yo angular
Thanks for the tutorial, its Neat and Easy to understand! Ive been using it as a base for my APP. However, I dont know how can i implement my schema...
Nice tutorial and presentation but I have problem after yoeman generate files I'm trying to `grunt serve` but I got an error > A valid Gruntfile could not be found....
app/scripts/app.js line 50 col 8 Expected an assignment or function call and instead saw an expression. line 20 col 7 'when' is not defined. line 11 col 5 'clientApp' is...
I have been referring your tutorial on YouTube and I have setup the backend with Node.js which had no problem. I have a `projects` folder where in I have given...