Showing
1 changed file
with
3 additions
and
4 deletions
... | @@ -11,14 +11,14 @@ | ... | @@ -11,14 +11,14 @@ |
11 | 11 | ||
12 | 1. **Node, Mongo DB Install** | 12 | 1. **Node, Mongo DB Install** |
13 | 13 | ||
14 | -```jsx | 14 | +```html |
15 | brew install node | 15 | brew install node |
16 | brew install mongodb-community@4.4 | 16 | brew install mongodb-community@4.4 |
17 | ``` | 17 | ``` |
18 | 18 | ||
19 | 2. **ServiceKey, Mongo DB URL Setting** | 19 | 2. **ServiceKey, Mongo DB URL Setting** |
20 | 20 | ||
21 | -```jsx | 21 | +```html |
22 | // .env | 22 | // .env |
23 | SERVER_PORT= | 23 | SERVER_PORT= |
24 | MONGO_URL= | 24 | MONGO_URL= |
... | @@ -28,8 +28,7 @@ SERVICE_KEY= | ... | @@ -28,8 +28,7 @@ SERVICE_KEY= |
28 | 28 | ||
29 | 3. **Server On** | 29 | 3. **Server On** |
30 | 30 | ||
31 | -```jsx | 31 | +```html |
32 | -// server | ||
33 | npm start | 32 | npm start |
34 | ``` | 33 | ``` |
35 | 34 | ... | ... |
-
Please register or login to post a comment