임태민

Update README.md

Showing 1 changed file with 13 additions and 11 deletions
1 # 📒 Mapmory 1 # 📒 Mapmory
2 2
3 +Mamory
4 +
3 ### Mapmory functions 5 ### Mapmory functions
4 ----------------- 6 -----------------
5 -+ Register 7 +- [x] Register
6 -+ Log in/out 8 +- [x] Log in/out
7 -+ Member information edit 9 +- [x] Member information edit
8 -+ Display your memories(With Title, Date, Author) 10 +- [x] Display your memories(With Title, Date, Author)
9 -+ Search your memory(Search terms and buttons) 11 +- [x] Search your memory(Search terms and buttons)
10 -+ Save your memory with map 12 +- [x] Save your memory with map
11 -+ Show your memory with map 13 +- [x] Show your memory with map
12 -+ Edit your memory with map 14 +- [x] Edit your memory with map
13 15
14 ### Stack 16 ### Stack
15 ----------------- 17 -----------------
...@@ -26,7 +28,7 @@ If it does not work well ...@@ -26,7 +28,7 @@ If it does not work well
26 28
27 $ npm install nodemon-g 29 $ npm install nodemon-g
28 30
29 -At package.json, add "start" : "nodemon index.js" 31 +At package.json, add ```shell "start" : "nodemon index.js" ```
30 32
31 "scripts": { 33 "scripts": {
32 "test": "echo \"Error: no test specified\" && exit 1", 34 "test": "echo \"Error: no test specified\" && exit 1",
...@@ -50,5 +52,5 @@ At package.json, add "start" : "nodemon index.js" ...@@ -50,5 +52,5 @@ At package.json, add "start" : "nodemon index.js"
50 52
51 ### 👬 Team members 53 ### 👬 Team members
52 ----------------- 54 -----------------
53 -+ Lim Taemin
54 -+ Hong Jiyoon
...\ No newline at end of file ...\ No newline at end of file
55 ++ Im Taemin (devTaemin)
56 ++ Hong Jiyoon (fheldgktpdy)
...\ No newline at end of file ...\ No newline at end of file
......