임태민

Update README.md

Showing 1 changed file with 14 additions and 6 deletions
# 📒 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)
......