Skip to content

ybin0823/mean-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEAN stack tutorial

What is MEAN ? MongoDB + Express + AngularJs + Node.js Back-end쪽 DB는 NoSQL의 한 종류인 MongoDB를 사용하고 웹 서버는 node.js의 express를 사용한다. 그 외 서버 쪽에서 필요한 기능은 node.js의 module을 설치한다. Front-end쪽은 AngularJs로 작업한다.

이 소스는 아래 주소 튜토리얼을 참고 했습니다.

tutorial from http://www.youtube.com/playlist?list=PLX2HoWE32I8Nkzw2TqcifObuhgJZz8a0U

Need To use

  1. Install Node.js
    http://nodejs.org

  2. Install AngularJs
    http://angularjs.org

  3. Install MongoDB
    http://www.mongodb.org

How To use

  1. git clone https://github.com/ybin0823/mean-tutorial.git

  2. cd contact && npm install

  3. run node server.js

  4. http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published