messageboard Prototype built within MEAN Tech Stack.
Same for every new projects.
Middleware;
Controllers or request handlers;
MongoDB and Mongoose library;
Schemas and models;
Directives built;
Controllers;
Views;
Routes and State;
Using satellizer;
Registration and login;
Authorization;
Tokens;
For Windows user:
Install MogoDB:
Download from https://www.mongodb.com/community
start the database:
cd C:\data\db
mkdir data
cd data
mkdir db
cd C:\Program Files\MongoDB\Server\3.2\bin
mongod
Enter Mongo Shell:
mongostart the back-end
cd back-end
npm install
node server.jsstart the front-end
cd front-end
npm install
bower install
gulp serve