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 18:24:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1111504c44d2a6c842fa43b78395a184aa705219
1111504c
1 parent
1c335d2b
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
3 deletions
README.md
README.md
View file @
1111504
#
Mapmory : save your reminiscence with place
#
📒 Mapmory
### Mapmory functions
-----------------
...
...
@@ -17,7 +17,18 @@
+
Back end : Node JS, Mongo DB, Express
+
Server : AWS EC2
## Quick Start (build, install, setup manual)
## ✏️ Quick Start (build, install, setup manual)
1.
git clone
2.
install node js
3.
install mongoose
1.
npm init
2.
npm install express --save
3.
npm install body-parser --save
4.
npm install express-session --save
5.
node index.js
*
If it does not work well, install Nodemon
*
npm install nodemon-g
### Dependency
-----------------
...
...
@@ -33,7 +44,7 @@
+
passport : 0.4.1,
+
passport-local : 1.0.0
### Team members
###
👬
Team members
-----------------
+
Lim Taemin
+
Hong Jiyoon
\ No newline at end of file
...
...
Please
register
or
login
to post a comment