README.md 1.02 KB

📒 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)

  1. git clone
  2. install node js
  3. install mongoose
  4. npm init
  5. npm install express --save
  6. npm install body-parser --save
  7. npm install express-session --save
  8. node index.js
  • If it does not work well, install Nodemon
  • npm install nodemon-g

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