Code Monkey home page Code Monkey logo

meanapp's Introduction

How to build a M.E.A.N web application.

This is a repository that provides a complete walkthrough of how to build a M.E.A.N web application.

meanapp's People

Contributors

travist avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

meanapp's Issues

grunt serve

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. Please see the getting started guide for
more information on how to configure grunt: http://gruntjs.com/getting-started
Fatal error: Unable to find Gruntfile.

Please help

Model methods

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 methods inside the controller?
Example:

controller:
Resource(app, '', route, app.models.user).rest();

schema.method:
UserSchema.methods.generateJwt = function(){};

can't post index.js

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 required.",
"path": "url"
},
"kind": "required",
"path": "url"
},
"title": {
"message": "Path title is required.",
"name": "ValidatorError",
"properties": {
"type": "required",
"message": "Path {PATH} is required.",
"path": "title"
},
"kind": "required",
"path": "title"
}
}
}

'yo angular' did not work successfully on Windows 8.1

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 all rights to all users just for now.

When I started with the frontend, all I tried to do was the following in Command Prompt with Admin rights:

mkdir client
cd client
npm install -g yo
npm install -g generator-angular
yo angular

I answered all of the questions as you did and then it began its process.

Somewhere in between it said that there is a conflict and asked if it should overwrite package.json. I agreed to it by hitting Enter key since I did not see any other option.

I could see a lot of errors in the process.

Here is the npm-debug.log that I got in the end: https://gist.githubusercontent.com/rahul-desai3/9f1d1d0a1ddeec2a4ad0/raw/npm-debug.log

What am I doing wrong here?

Cant connect to mongodb

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: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

app.js errors when running grunt serve

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 defined but never used.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.