webFramework
node app.js
npm test
- /app
- /assets : css / image
- /component: client component (vue.js)
- /views : ejs
- /server
- /config : 서버 셋팅 관련
- /meta : 설정값 및 각종 코드 / 언어셋
- /middles : 미들웨어
- /model : 디비모델
- /routes : 라우터(api)
- /utils : 모델/route에 쓰이는 각종 유틸 모음
- /static : static 파일 및 업로드 파일 저장소
- /test : mocha tester 파일