홍지윤

Update README.md

Showing 1 changed file with 14 additions and 3 deletions
1 -# Mapmory : save your reminiscence with place 1 +# 📒 Mapmory
2 2
3 ### Mapmory functions 3 ### Mapmory functions
4 ----------------- 4 -----------------
...@@ -17,7 +17,18 @@ ...@@ -17,7 +17,18 @@
17 + Back end : Node JS, Mongo DB, Express 17 + Back end : Node JS, Mongo DB, Express
18 + Server : AWS EC2 18 + Server : AWS EC2
19 19
20 -## Quick Start (build, install, setup manual) 20 +## ✏️ Quick Start (build, install, setup manual)
21 +1. git clone
22 +2. install node js
23 +3. install mongoose
24 +1. npm init
25 +2. npm install express --save
26 +3. npm install body-parser --save
27 +4. npm install express-session --save
28 +5. node index.js
29 +
30 +* If it does not work well, install Nodemon
31 +* npm install nodemon-g
21 32
22 ### Dependency 33 ### Dependency
23 ----------------- 34 -----------------
...@@ -33,7 +44,7 @@ ...@@ -33,7 +44,7 @@
33 + passport : 0.4.1, 44 + passport : 0.4.1,
34 + passport-local : 1.0.0 45 + passport-local : 1.0.0
35 46
36 -### Team members 47 +### 👬 Team members
37 ----------------- 48 -----------------
38 + Lim Taemin 49 + Lim Taemin
39 + Hong Jiyoon 50 + Hong Jiyoon
...\ No newline at end of file ...\ No newline at end of file
......