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
3
votes
1 answer

Trouble with Error parsing command line: required parameter is missing in 'dbpath' - Linux Mint

I'm setting up my JavaScript mean stack for the first time on Linux Mint and after I enter this command: sudo mongod --dbpath, I'm getting the following error message: Error parsing command line: required parameter is missing in dbpath Everything…
Jason Thomas
  • 51
  • 1
  • 5
3
votes
0 answers

Yeoman cannot install MEAN.js template

I am using Windows 10. When I try to install the MEAN.js template in Yeoman I get the following error: C:\My_Path>yo meanjs undefined You're using the official MEAN.JS generator. ? What mean.js version would you like to generate? (Use arrow keys) ?…
BanksySan
  • 27,362
  • 33
  • 117
  • 216
3
votes
0 answers

Certificate file or key file is missing, falling back to non-SSL mode: Heroku

I am trying to deploy my meanjs 0.4 app to Heroku. I have gone through all the procedure. The app is deployed but when I go to the url (myapp.herokuapp.com), i just see a blank page. When i run "heroku logs" command, from the logs, the rest seems ok…
manpikin
  • 2,200
  • 1
  • 19
  • 19
3
votes
1 answer

MeanJs: How to POST data? Why the service actions does not triggering?

I am new to angular and express, MeanJs so need help. What I am doing wrong, how to post data and get answer? I want to execute Complile function and pass the code from text box to server and do something with it and get answer. But how to write…
Drasius
  • 825
  • 1
  • 11
  • 26
3
votes
3 answers

MEAN js dynamic title

how to add dynamic title for each pages of the MEAN js application. in the layout.server.js has defined the title as follows. {{title}} so how can we…
Manoj Sanjeewa
  • 1,069
  • 1
  • 11
  • 34
3
votes
1 answer

Meanjs grunt build jquery $ is not defined

I have developed a somewhat large meanjs application and when I run grunt build it gives me Jquery issue as following. I used Jquery self invoking methods too as follows. But it also give me error. (function ($){ …
Janith Widarshana
  • 3,213
  • 9
  • 51
  • 73
3
votes
2 answers

Load models from other packages in MEAN.IO

In following project structure I have a dependency between 2 custom MEAN.IO packages /custom package1 server controllers routes models model1.js package2 server controllers routes models model2.js model1 and model2 are both used…
emiel187
  • 191
  • 2
  • 3
  • 9
3
votes
1 answer

Vivus.js with Mean.js not working

I am creating a simple animation with vivus.js, however it is not working. 1st I create the svg and give an id. Then I create a function: function vivus(){ console.log("work") new Vivus('Layer_1', {type : "async/ oneByOne/delayed"}); …
3
votes
2 answers

MeanJS: Generate the Sub-CRUD-Module with the generator?

I have a CRUD-entity with a strong relationship to another entity, like comments only be posted and viewed above an article. I want to use document db structure. Every comment should be saved in its article. I dont want to have a comments collection…
JoeFahrrad
  • 63
  • 4
3
votes
1 answer

bootstrap navbar dropdown does not work on iphone

I am using "bootstrap": "~3.3.4" inside the mean.js framework. The navbar dropdown menu does not have any problem opening and staying put when the dropdown icon is clicked on desktop. But after getting pushed to the staging server, clicking the icon…
pro
  • 792
  • 7
  • 30
3
votes
1 answer

App security without helper tools like Sails.js

Sails and Express provide built-in, easily configurable protection against most known types of web-application-level attacks. http://sailsjs.org/documentation/concepts/security Is that mean that using AngularJs, Express, MongoDB without Sails or…
userbb
  • 2,148
  • 5
  • 30
  • 53
3
votes
1 answer

ExpressJS & Swig: Changing template variables based on route?

I'm developing an app using MEAN.js, and I'm trying to fix the Articles (blog) so it's more friendly for social sharing. The problem I'm having is populating the open graph meta data so that it populates the og:url value with the actual url being…
aikorei
  • 570
  • 1
  • 7
  • 23
3
votes
2 answers

file upload persistent storage issue with dokku

I'm having an issue with storing images to a dokku module that is running on digital ocean. I'm using meanjs 0.4.0 angular-file-upload (for the upload) digital ocean droplet with Dokku 0.3.18 and ubuntu 14.04 What I did so far: Implemented and…
3
votes
1 answer

Search in Database and Display result Express Node Angular MEAN.js $resource

I have two Models named "Jeans" and "Shirts" which have two variables "name" and "color" I want to have a search page in which user can search through database to find shirts and jeans in specific color or name. This link might be a hint but I just…
Saeed Baba
  • 188
  • 2
  • 14
3
votes
1 answer

Yeoman Mean.js generated custom AngularJS directive not working

thank you in advance for any help, I know this is likely a simple issue but I have been working on it for sometime and can't figure out what I'm doing wrong. Contextual Information I am trying to implement a simple custom directive for AngularJS.…
Daniel Kobe
  • 9,376
  • 15
  • 62
  • 109