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:37:03 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fe10ad26e53b70521e7e661d32dfd09fe370f3c4
fe10ad26
1 parent
1111504c
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
11 deletions
README.md
README.md
View file @
fe10ad2
...
...
@@ -18,17 +18,21 @@
+
Server : AWS EC2
## ✏️ 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
$ 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
-----------------
...
...
Please
register
or
login
to post a comment