Skip to content

jc1102/messageboardPrototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

messageboardPrototype

messageboard Prototype built within MEAN Tech Stack.

What included:

Node Package Manager

Same for every new projects.

Express

Middleware;

Controllers or request handlers;

Mongo

MongoDB and Mongoose library;

Schemas and models;

Angular

Directives built;

Controllers;

Views;

Routes and State;

Authentication

Using satellizer;

Registration and login;

Authorization;

Tokens;

To Get the Prototype start

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:

mongo

start the back-end

cd back-end
npm install
node server.js

start the front-end

cd front-end
npm install
bower install
gulp serve

About

messageboard Prototype built within MEAN Tech Stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published