Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeongmin Seo
/
favorite_restaurant
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Jeongmin Seo
2022-06-09 14:38:32 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7e4874d539a4c72663b351f42b5db602b7f61ff9
7e4874d5
1 parent
86b01cb9
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
README.md
README.md
View file @
7e4874d
...
...
@@ -79,19 +79,19 @@ src="//dapi.kakao.com/v2/maps/sdk.js?appkey=이곳에API키를입력해주세요
### Installation
1.
Clone the repository
Step
1. Clone the repository
```
git clone -b master --single-branch http://khuhub.khu.ac.kr/2018100910/favorite_restaurant.git
```
2.
Make secret file (.env) and put your Kakao API key
Step
2. Make secret file (.env) and put your Kakao API key
```
favorite-restaurant/app/.env
```
3.
Installation
Step
3. Installation
```
npm install
...
...
@@ -102,7 +102,7 @@ npm install moment
npm install
```
4.
Run
Step
4. Run
```
npm start
...
...
Please
register
or
login
to post a comment