public:courses:others:build_app_with_mean:mean_intro

Action disabled: register

Build a Real app with Node.js, Angular.js and MongoDB

  • Initial setup:
    mkdir my_project
     cd my_project
     npm init
    
     # after that install the needed packages:
     npm install express body-parser morgan --save
  • Also need to install mongoose and bcrypt-nodejs
  • Also need jsonwebtoken
  • public/courses/others/build_app_with_mean/mean_intro.txt
  • Last modified: 2020/07/10 12:11
  • by 127.0.0.1