Questions tagged [meanjs]

MEAN.JS is a full-stack JavaScript solution for building web applications using MongoDB, Express, AngularJS, and Node.js.

MEAN.JS is a full-stack JavaScript open-source solution, which provides a solid starting point for MongoDB, Node.js, Express, and AngularJS based applications. The idea is to solve the common issues with connecting those frameworks, build a robust framework to support daily development needs, and help developers use better practices while working with popular JavaScript components.


Documentation :

Related Tags for the used applications:

  • The database itself
  • The interface from express to the database.
  • web application network
  • other tag for the same web application network
  • the web frontend in the version 1.x.x
  • the javascript framework to develop and publish.
877 questions
-1
votes
2 answers

angular 1.6.5 angular.bootstrap injection error

I have a meanjs.org skeleton app, that I have converted to hapi-js instead of express, also converted to postgres instead of mongo, and used OAUTH for authentication. (ok, so really, I just liked the folder structure for server/client modules -…
sol
  • 135
  • 9
-1
votes
5 answers

How to Filter ng-repeat list values Onclicking of Radio Button in Angularjs?

How can i filter category values in list, when clicking on a radio button? My Plunker Actually I want to filter category values in list of questions. we have user data's and question data's in plunker. user has two categories like "categories":…
R. Mani Selvam
  • 320
  • 8
  • 36
-1
votes
1 answer

Error: Cannot find module 'html' with Node.JS and Express

I've been looking at responses on here for this question, but nothing has helped me. Some solutions have given me even more errors, too. What I am trying to do is route to different pages with Node.JS. Having learnt a little bit on the MEAN stack,…
TheLegendOfCode
  • 141
  • 2
  • 8
-1
votes
2 answers

How can i filter values in angularjs?

Hi everyone how can i filter the values in angularjs? I have created plunker for reference :- My Plunker. I want to filter user categories in ng-repeat question list page User datas:- "user": { "_id": "58072aba0f82a61823c434df", "displayName":…
R. Mani Selvam
  • 320
  • 8
  • 36
-1
votes
1 answer

How to use angular material design code & filter in angularjs?

Hi all i want to angular material designs using angular-material.js. In my demo link quality input field look like to angular material input style,drop down and animation and filter then i tried many ways but unable to get the solution if any one…
-1
votes
1 answer

Error in resource configuration for action `get`. Expected response to contain an object but got an array

I know this has been asked several times but i cant seem to get a solution that works for me.I am Using my Students service and staff service to call my staff and student objects at my courses controller.I am trying to get the objects staffs and…
ibok kegbo
  • 31
  • 1
  • 2
-1
votes
3 answers

convert birthday date to age in meanjs

I want to display age of all users in my meanjs app. How can i display age instead of displaying birthdate. my plunk demo Controller: $scope.agedate = new Date(); $scope.calculateAge = function calculateAge(birthday) { var ageDifMs =…
R. Mani Selvam
  • 320
  • 8
  • 36
-1
votes
1 answer

MEAN.js - How to configure emails

Does anyone know how to setup Email in MEAN.js so that you can send password resets? There is no documentation available from them. More specifically, what provider will work with the following mailer? ... mailer: { from :…
ChrisM
  • 706
  • 11
  • 30
-1
votes
2 answers

Yeoman offers to create a new app instead of using scaffolding

I have a meanjs app working and npm installed. I want to add a controller so I do yo meanjs:crud-module reports. Instead of getting the questions one should get when creating a controller, it puts me through creating a new meanjs app. How can I send…
bzupnick
  • 2,646
  • 4
  • 25
  • 34
-1
votes
1 answer

Openshift: deploy minimized meanjs version

I generated a meanjs app and build and minify it. How should I deploy the prod build of app to openshift ? Currently, I add all of the files to openshift repository and the push is pretty slow. I don't want to build my app on openshift. I can build…
greensuisse
  • 1,727
  • 16
  • 18
-1
votes
1 answer

difference between yeoman-angular-fullstack and yeoman-meanjs

Can anyone please explain me the pros and cons of yeoman angular-fullstack and yeoman-meanjs. I want to use MEAN stack for my project. please suggest me which one I could choose
yeomane
  • 31
  • 1
  • 1
  • 6
-1
votes
2 answers

cannot send an http/https request to an external API in MEAN JS

I am developing an application on MEAN JS. I am new on MEAN JS. I want to access an external API to get a json respone as following - {"id":"7gd6ud7ud5r0c","name":"jack","zip":"94109","gender":"Male"} I have this reference here…
-1
votes
1 answer

How configure jshint in a meanjs project with socket.io?

I followed exactly that tutorial (I obviously replaced the vexxhost domain name by localhost:3000 for my tests). And while calling grunt there is an error ('io' is not defined) but the server start without any other complain. If I correctly…
Alexandre SIRKO
  • 816
  • 11
  • 22
-1
votes
1 answer

How to deploy meanjs to heroku

I have tried deploying my meanjs on heroku. I forked this https://github.com/meanjs/mean 1.) Login to heroku 2.) Deploy and connect github repositor enabled automatic deploy CI Click on Manual Deploy On the build log it says "Bulid succeded" My…
Rex Adrivan
  • 993
  • 1
  • 10
  • 23
-1
votes
1 answer

Can't access MEANJS application in local virtaulbox from outside

I setup a virtual box in my local Windows 7 OS, the guest OS is CentOS. I am using NAT, and I added the port forwarding rules in the Network settings. After I started the application, I tried in the CentOS as localhost: 3000, and I can access the…
mikero
  • 148
  • 1
  • 3
  • 10
1 2 3
58
59