Name Last Update
config Loading commit data...
models Loading commit data...
public Loading commit data...
routes Loading commit data...
views Loading commit data...
.env Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
index.js Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...
util.js Loading commit data...

📒 Mapmory

Mapmory functions


  • Register
  • Log in/out
  • Member information edit
  • Display your memories(With Title, Date, Author)
  • Search your memory(Search terms and buttons)
  • Save your memory with map
  • Show your memory with map
  • Edit your memory with map

Stack


  • Front end : EJS template engine
  • Back end : Node JS, Mongo DB, Express
  • Server : AWS EC2

✏️ Quick Start (build, install, setup manual)

$ git clone http://khuhub.khu.ac.kr/2017101294/Mapmory.git
$ node index.js

If it does not work well

$ npm install nodemon-g

At package.json, add "start" : "nodemon index.js"

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start" : "nodemon index.js"}

$ npm start

Dependency


  • bcryptjs : 2.4.3,
  • body-parser : 1.19.0,
  • connect-flash : 0.1.1,
  • ejs : 3.1.6,
  • express : 4.17.1,
  • express-session : 1.17.1,
  • method-override : 3.0.0,
  • mongoose : 5.12.8,
  • passport : 0.4.1,
  • passport-local : 1.0.0

👬 Team members


  • Lim Taemin
  • Hong Jiyoon