Toggle navigation
Toggle navigation
This project
Loading...
Sign in
임태민
/
Mapmory
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
임태민
2021-06-04 21:13:38 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3e0db2a53a6d5955139c924057cb09497b5bd0e1
3e0db2a5
1 parent
9a2f32d7
Update README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
README.md
README.md
View file @
3e0db2a
# 📒 Mapmory
Mamory
#### Mapmory provides location-based recording sevices utilizing Google Maps API.
### Mapmory functions
-----------------
-
[
x
]
Register
-
[
x
]
Log in/out
-
[
x
]
Member information edit
-
[
x
]
Display your memories(With Title, Date, Author
)
-
[
x
]
Search your memory(Search terms and buttons)
-
[
x
]
Create your memories(With Title, Date, Author, Address
)
-
[
x
]
Delete your memories
-
[
x
]
Save your memory with map
-
[
x
]
Show your memory with map
-
[
x
]
Edit your memory with map
-
[
x
]
Search your memories
### Stack
-----------------
+
Front end : EJS template engine
+
Back end : Node JS, Mongo DB, Express
+
Back end : Express/NodeJS
+
Database : Mongo DB
+
Server : AWS EC2
## ✏️ Quick Start (build, install, setup manual)
$ git clone http://khuhub.khu.ac.kr/2017101294/Mapmory.git
$ npm install
$ node index.js
If it does not work well
...
...
@@ -32,13 +38,14 @@ At package.json, add ``` "start" : "nodemon index.js" ```
"scripts": {
"test": "echo
\"
Error: no test specified
\"
&& exit 1",
"start" : "nodemon index.js"}
"start" : "nodemon index.js"
}
$ npm start
### Dependency
-----------------
+
bcryptjs : 2.4.3,
+
body-parser : 1.19.0,
+
connect-flash : 0.1.1,
...
...
@@ -50,6 +57,7 @@ At package.json, add ``` "start" : "nodemon index.js" ```
+
passport : 0.4.1,
+
passport-local : 1.0.0
### 👬 Team members
-----------------
+
Im Taemin (@devTaemin)
...
...
Please
register
or
login
to post a comment