Toggle navigation
Toggle navigation
This project
Loading...
Sign in
권주희
/
howsTheAir
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
권주희
2020-06-23 14:05:23 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
31cf4d4eb74ea1ff4573e7889b6901b3e314cefa
31cf4d4e
1 parent
78fa9f91
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
README.md
README.md
View file @
31cf4d4
...
...
@@ -14,9 +14,9 @@ git clone ssh://git@khuhub.khu.ac.kr:12959/2017103956/howsTheAir.git
3.
Install NPM packages
```
sh
-
cd
backend
-
npm install
npm install
-
cd
frontend
-
npm install
npm install
```
4.
Enter your API key in
`secrets.json`
{
...
...
@@ -24,6 +24,14 @@ git clone ssh://git@khuhub.khu.ac.kr:12959/2017103956/howsTheAir.git
"googleAPIKey": ""
}
## Method of Execution
```
sh
-
cd
backend
npm start
-
cd
frontend
npm start
```
## external API
-
[
kakao map api
](
https://apis.map.kakao.com/
)
...
...
Please
register
or
login
to post a comment