Update README.md
This commit is contained in:
43
README.md
43
README.md
@@ -44,14 +44,47 @@
|
||||
- Cockroachdb
|
||||
- Snowflake
|
||||
|
||||
# 시작하기
|
||||
## 설치하기
|
||||
|
||||
|
||||
```
|
||||
cd ~/vanillameta/backend-api 경로에서
|
||||
npm install
|
||||
cd ~/vanillameta/frontend-web 경로에서
|
||||
npm install
|
||||
cd ~/vanillameta/backend-api/ npm install
|
||||
cd ~/vanillameta/frontend-web/ npm install
|
||||
```
|
||||
|
||||
## 시작하기
|
||||
```
|
||||
cd ~/vanillameta/backend-api/ npm run start
|
||||
cd ~/vanillameta/frontend-web/ npm run start
|
||||
```
|
||||
실행 후 localhost:3000경로에서
|
||||

|
||||
화면이 뜬다면 성공 !
|
||||
|
||||
```
|
||||
현재 default 계정정보는
|
||||
ID: guest,
|
||||
PW: Admin!@12
|
||||
```
|
||||
|
||||
|
||||
## db연동하기
|
||||
|
||||
예시 db는 SQLite입니다.
|
||||

|
||||
|
||||
저장 후 db에 데이터를 넣어줍니다.
|
||||
|
||||

|
||||
|
||||
## 위젯 설정하기
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user