Showing
1 changed file
with
32 additions
and
2 deletions
| ... | @@ -10,7 +10,7 @@ KHU-Hub repo: [khuhub.khu.ac.kr/2018102216/dev-profile](https://khuhub.khu.ac.kr | ... | @@ -10,7 +10,7 @@ KHU-Hub repo: [khuhub.khu.ac.kr/2018102216/dev-profile](https://khuhub.khu.ac.kr |
| 10 | - [x] your basic profile | 10 | - [x] your basic profile |
| 11 | - [x] random quotes **_for developers_** to motivate you :sparkles: | 11 | - [x] random quotes **_for developers_** to motivate you :sparkles: |
| 12 | - [x] the amount of commits you've done on [GitHub](https://github.com/) at a glance | 12 | - [x] the amount of commits you've done on [GitHub](https://github.com/) at a glance |
| 13 | -- [ ] your most-contributed project on GitHub | 13 | +- [x] your most-contributed project on GitHub |
| 14 | - [x] today's trending repositories on GitHub | 14 | - [x] today's trending repositories on GitHub |
| 15 | <br> | 15 | <br> |
| 16 | 16 | ||
| ... | @@ -41,7 +41,37 @@ npm run dev:assets | ... | @@ -41,7 +41,37 @@ npm run dev:assets |
| 41 | ``` | 41 | ``` |
| 42 | 42 | ||
| 43 | <br> | 43 | <br> |
| 44 | - | 44 | +### Installation MongoDB |
| 45 | + 1. Access to the MongoDB homepage. | ||
| 46 | +  | ||
| 47 | + | ||
| 48 | + 2. Select options and download MongoDB. | ||
| 49 | +  | ||
| 50 | + | ||
| 51 | + 3. If this screen appears when installing MongoDB, please select 'complete' and proceed. | ||
| 52 | +  | ||
| 53 | + | ||
| 54 | + 4. When you enter 'mongo' command in vsc terminal, it is installed well when the screen appears as below. | ||
| 55 | +  | ||
| 56 | + | ||
| 57 | +### To setting environment variable. | ||
| 58 | + ps. When entering 'mongo' command in vsc terminal, skip this part if it runs well. | ||
| 59 | + | ||
| 60 | + 1. Find folder where mongoDB is installed, and make a copy of the folder's route. | ||
| 61 | +  | ||
| 62 | + | ||
| 63 | + 2. And you open the 'environment variable' page. If using window environment, you can use command (window + R) and input 'sysdm.cpl ,3'. And click 'environment variable'. | ||
| 64 | +  | ||
| 65 | + | ||
| 66 | + 3. You must find 'path' in 'system variable' categroy, not 'users variable'. If you find 'path' in 'system variable', then check 'path' and click 'Editing'. | ||
| 67 | +  | ||
| 68 | + | ||
| 69 | + 4. Create a new environmental variable path using the Mongo db address you copied earlier. | ||
| 70 | +  | ||
| 71 | + | ||
| 72 | + 5. Please check if Mongo Db is working well in fourth method of "Installation MongoDB". | ||
| 73 | + | ||
| 74 | + | ||
| 45 | ### API reference | 75 | ### API reference |
| 46 | 76 | ||
| 47 | [Programming Quotes API](quotes.stormconsultancy.co.uk/random.json) | 77 | [Programming Quotes API](quotes.stormconsultancy.co.uk/random.json) | ... | ... |
-
Please register or login to post a comment