Showing
1 changed file
with
14 additions
and
6 deletions
1 | # 📒 Mapmory | 1 | # 📒 Mapmory |
2 | 2 | ||
3 | -Mamory | 3 | +#### Mapmory provides location-based recording sevices utilizing Google Maps API. |
4 | + | ||
4 | 5 | ||
5 | ### Mapmory functions | 6 | ### Mapmory functions |
6 | ----------------- | 7 | ----------------- |
7 | - [x] Register | 8 | - [x] Register |
8 | - [x] Log in/out | 9 | - [x] Log in/out |
9 | - [x] Member information edit | 10 | - [x] Member information edit |
10 | -- [x] Display your memories(With Title, Date, Author) | 11 | +- [x] Create your memories(With Title, Date, Author, Address) |
11 | -- [x] Search your memory(Search terms and buttons) | 12 | +- [x] Delete your memories |
12 | - [x] Save your memory with map | 13 | - [x] Save your memory with map |
13 | - [x] Show your memory with map | 14 | - [x] Show your memory with map |
14 | - [x] Edit your memory with map | 15 | - [x] Edit your memory with map |
16 | +- [x] Search your memories | ||
17 | + | ||
15 | 18 | ||
16 | ### Stack | 19 | ### Stack |
17 | ----------------- | 20 | ----------------- |
18 | + Front end : EJS template engine | 21 | + Front end : EJS template engine |
19 | -+ Back end : Node JS, Mongo DB, Express | 22 | ++ Back end : Express/NodeJS |
23 | ++ Database : Mongo DB | ||
20 | + Server : AWS EC2 | 24 | + Server : AWS EC2 |
21 | 25 | ||
26 | + | ||
22 | ## ✏️ Quick Start (build, install, setup manual) | 27 | ## ✏️ Quick Start (build, install, setup manual) |
23 | 28 | ||
24 | $ git clone http://khuhub.khu.ac.kr/2017101294/Mapmory.git | 29 | $ git clone http://khuhub.khu.ac.kr/2017101294/Mapmory.git |
30 | + $ npm install | ||
25 | $ node index.js | 31 | $ node index.js |
26 | 32 | ||
27 | If it does not work well | 33 | If it does not work well |
... | @@ -32,13 +38,14 @@ At package.json, add ``` "start" : "nodemon index.js" ``` | ... | @@ -32,13 +38,14 @@ At package.json, add ``` "start" : "nodemon index.js" ``` |
32 | 38 | ||
33 | "scripts": { | 39 | "scripts": { |
34 | "test": "echo \"Error: no test specified\" && exit 1", | 40 | "test": "echo \"Error: no test specified\" && exit 1", |
35 | - "start" : "nodemon index.js"} | 41 | + "start" : "nodemon index.js" |
42 | + } | ||
36 | 43 | ||
37 | $ npm start | 44 | $ npm start |
38 | 45 | ||
46 | + | ||
39 | ### Dependency | 47 | ### Dependency |
40 | ----------------- | 48 | ----------------- |
41 | - | ||
42 | + bcryptjs : 2.4.3, | 49 | + bcryptjs : 2.4.3, |
43 | + body-parser : 1.19.0, | 50 | + body-parser : 1.19.0, |
44 | + connect-flash : 0.1.1, | 51 | + connect-flash : 0.1.1, |
... | @@ -50,6 +57,7 @@ At package.json, add ``` "start" : "nodemon index.js" ``` | ... | @@ -50,6 +57,7 @@ At package.json, add ``` "start" : "nodemon index.js" ``` |
50 | + passport : 0.4.1, | 57 | + passport : 0.4.1, |
51 | + passport-local : 1.0.0 | 58 | + passport-local : 1.0.0 |
52 | 59 | ||
60 | + | ||
53 | ### 👬 Team members | 61 | ### 👬 Team members |
54 | ----------------- | 62 | ----------------- |
55 | + Im Taemin (@devTaemin) | 63 | + Im Taemin (@devTaemin) | ... | ... |
-
Please register or login to post a comment