This is a self-instructed project to deploy a mean stack message platform engaging the RBAC access control strategy.
-
What is MEAN The term MEAN stack refers to a collection of JavaScript based technologies used to develop web applications. MEAN is an acronym for MongoDB, ExpressJS, AngularJS and Node.js. From client to server to database, MEAN is full stack JavaScript.
- A single page application(SAP) involves:
- Client initiate the request
- Angular handles it and forwards to node server
- Express works with Node to commmunicate with the database
- Return the result to Angular and let it render the page
- Download the entire folder.
- Run "npm install" to install all required dependencies.
- Run "npm run build" to run the development build script => Keep this process running!
- Run "npm start" in a new command line/ terminal window => Keep this process running as well, it's your NodeJS server.
Note: Remember to install two other dependencies(bcryptjs & jsonwebtoken) using "npm install —save"
Ps: I've already deploy this on Amazon AWS, you view it through.Kevin Zhou's Message Platform