Questions tagged as 'mean'

0
answers

Application error when performing heroku open

Well folks, I started a few days ago using Mean Stack and I'm still very much in the beginning. I'm using the Getting Mean with MongoDb, express, angular and node.js book. I'm really enjoying the book, but due to the advancement of tech...
asked by 02.09.2016 / 21:36
0
answers

Mean Stack Running the first project

Good afternoon guys, I'm trying to run the mean stack on my machine (Ubuntu 14.04, 64bit), I followed the site step by step and everything seemed to go well when I started up the cam in ternimal everything works fine, I'm going to access the url...
asked by 07.05.2016 / 17:20
0
answers

Reactive Programming With MEAN stack

I'm thinking of starting to develop a social network similar to that of instagram, for learning purposes, using MEAN stack. I thought about my models: User: var mongoose = require('mongoose'); module.exports = mongoose.model('User', {...
asked by 01.03.2016 / 05:02
1
answer

MongoDB for multi user data

I'm developing an application to the best ERP style, but much simpler. It is a MEAN (MongoDB, Express, Angular 2 and NodeJS) program and also has an Android version made with Ionic 2. It is still in development, but is already fully usable. F...
asked by 07.04.2017 / 22:06
0
answers

About the app.delete () command

I'm reading a book called "Mean_ Full stack JavaScript for web applications with MongoDB, Express, Angular and Node." No "cap 5.7 - page 120" shows this: // identificador iguais, muda apenas o verbo< app.get('/contatos/:id', controlle...
asked by 15.11.2018 / 18:29
0
answers

Problems with TS - Mongoose

I am updating my MEAN API for Typescript, when I try to pass the bcrypt to generate the hash the compiler is pointing the following error src/models/User.ts(57,12): error TS2339: Property 'password' does not exist on type 'Document'....
asked by 27.09.2018 / 16:02
0
answers

Node with mongodb not launching application

I'm trying to upload an application in Node with mongoose , (I'm studying, book MEAN home code) and it generates the following error when trying to start the file server.js where I started my application in Node, see below. Be...
asked by 13.07.2018 / 02:37
0
answers

Problem in logic for implementing authentication with Node Express

The people in this group forgive me if the explanation is a little long and meaningless, it's because I'm taking an online course from udemy and the teacher takes a lot to answer so I'll take a step by step from what I'm doing. At first I can sa...
asked by 22.05.2018 / 11:59
0
answers

No Access-Control-Allow-Origin header is present on the requested resource. - MEAN STACK

Hello! I need to pass a string to the node and I'm getting the following response from the browser console: Failed to load http://localhost:3003/api/buscarCep: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origi...
asked by 09.05.2018 / 02:42
1
answer

MEAN STACK: Mongoose model blocks communication with my controller

My controller does not send data to my router when my Model is being exported into the application and I do not know why this happens. controller.js var Model = require('../models/dado.js'); exports.listaDados = function(req, res) {...
asked by 01.06.2017 / 13:59