/contatooh

MEAN framework application

Primary LanguageJavaScriptMIT LicenseMIT

Logo

CONTATOOH - MEAN framework application

Small tutorial with the following technologies:

  • MongoDB
  • Express
  • Angular.js
  • Node.js

MEAN: Full stack JavaScript para aplicações web com MongoDB, Express, Angular e Node

Mongo DB

  • Syntax: mongod --dbpath <PROJECT_ROOT>/database --port 27017

  • Example: mongod --dbpath ./database --port 27017

  • Mongo console: mongo --port 27017 --host localhost

Notes

  • IN LINUX SYSTEMS DO NOT FORGET THE ln -s /usr/bin/nodejs /usr/bin/node

Build Status Build Status