Mean Stack

Web/Javascript 2018. 4. 10. 11:44

Mean Stack

(mongoDB + express + angularjs + nodejs)

http://mean.io

git clone https://github.com/linnovate/mean.git
cd mean
npm install & npm start

프로젝트 구조

config : karma, webpack config files
server - config : express > nodejs server settings
                : joi > parameter validation
                : passport > jwt authentication
                : winston > error logging
         controllers : controllers connected by routes
         helpers : API error handle
         models : mongoose model
         routes : request url settings
         tests : chai > BDD/TDD
src - app : 
      assets
      meta
      styles


'Web > Javascript' 카테고리의 다른 글

NPM Packages List  (0) 2018.04.10
Posted by hongsigi.kim
,