Showing
1 changed file
with
16 additions
and
19 deletions
1 | # DEV-profile | 1 | # DEV-profile |
2 | 2 | ||
3 | -### **A website for developers to get driven with motivation.** | 3 | +## **A website for developers to get driven with motivation.** |
4 | 4 | ||
5 | -KHU-Hub repo: [khuhub.khu.ac.kr/2018102216/dev-profile](https://khuhub.khu.ac.kr/2018102216/dev-profile) | 5 | +dev-profile URL : https://dev-profile-2021.herokuapp.com/ |
6 | + | ||
7 | +KHU-Hub repo : [khuhub.khu.ac.kr/2018102216/dev-profile](https://khuhub.khu.ac.kr/2018102216/dev-profile) | ||
6 | <br> | 8 | <br> |
7 | 9 | ||
8 | ## Main Features | 10 | ## Main Features |
... | @@ -12,7 +14,6 @@ KHU-Hub repo: [khuhub.khu.ac.kr/2018102216/dev-profile](https://khuhub.khu.ac.kr | ... | @@ -12,7 +14,6 @@ KHU-Hub repo: [khuhub.khu.ac.kr/2018102216/dev-profile](https://khuhub.khu.ac.kr |
12 | - [x] the amount of commits you've done on [GitHub](https://github.com/) at a glance | 14 | - [x] the amount of commits you've done on [GitHub](https://github.com/) at a glance |
13 | - [x] your most-contributed project on GitHub | 15 | - [x] your most-contributed project on GitHub |
14 | - [x] today's trending repositories on GitHub | 16 | - [x] today's trending repositories on GitHub |
15 | - <br> | ||
16 | 17 | ||
17 | ### ● Additional Features | 18 | ### ● Additional Features |
18 | 19 | ||
... | @@ -20,26 +21,22 @@ KHU-Hub repo: [khuhub.khu.ac.kr/2018102216/dev-profile](https://khuhub.khu.ac.kr | ... | @@ -20,26 +21,22 @@ KHU-Hub repo: [khuhub.khu.ac.kr/2018102216/dev-profile](https://khuhub.khu.ac.kr |
20 | - [x] intuitive and easy-to-use structure | 21 | - [x] intuitive and easy-to-use structure |
21 | 22 | ||
22 | ### ● Road Map | 23 | ### ● Road Map |
23 | - | 24 | + |
24 | - | ||
25 | ## <br> | 25 | ## <br> |
26 | <br> | 26 | <br> |
27 | 27 | ||
28 | -## **Website URL** | ||
29 | -https://dev-profile-2021.herokuapp.com/ | ||
30 | - | ||
31 | ### ● Home Page | 28 | ### ● Home Page |
32 | 1. you can join or login with github. | 29 | 1. you can join or login with github. |
33 | 2. you can search. | 30 | 2. you can search. |
34 | - | 31 | + |
35 | 32 | ||
36 | ### ● Myprofile Page | 33 | ### ● Myprofile Page |
37 | 1. You can see your profile information, github contributions, repositories, status at a glance. | 34 | 1. You can see your profile information, github contributions, repositories, status at a glance. |
38 | - | 35 | + |
39 | 36 | ||
40 | ### ● Editprofile Page | 37 | ### ● Editprofile Page |
41 | 1. You can input or change your informations. | 38 | 1. You can input or change your informations. |
42 | - | 39 | + |
43 | 40 | ||
44 | ## <br> | 41 | ## <br> |
45 | <br> | 42 | <br> |
... | @@ -70,29 +67,29 @@ npm run dev:assets | ... | @@ -70,29 +67,29 @@ npm run dev:assets |
70 |  | 67 |  |
71 | 68 | ||
72 | 2. Select options and download MongoDB. | 69 | 2. Select options and download MongoDB. |
73 | - | 70 | + |
74 | 71 | ||
75 | 3. If this screen appears when installing MongoDB, please select 'complete' and proceed. | 72 | 3. If this screen appears when installing MongoDB, please select 'complete' and proceed. |
76 | - | 73 | + |
77 | 74 | ||
78 | 4. When you enter 'mongo' command in vsc terminal, it is installed well when the screen appears as below. | 75 | 4. When you enter 'mongo' command in vsc terminal, it is installed well when the screen appears as below. |
79 | - | 76 | + |
80 | 77 | ||
81 | ### ● To setting environment variable. | 78 | ### ● To setting environment variable. |
82 | ```bash | 79 | ```bash |
83 | -ps. When entering 'mongo' command in vsc terminal, skip this part if it runs well. | 80 | -ps. When entering 'mongo' command in vsc terminal, skip this part if it runs well. |
84 | ``` | 81 | ``` |
85 | 1. Find folder where mongoDB is installed, and make a copy of the folder's route. | 82 | 1. Find folder where mongoDB is installed, and make a copy of the folder's route. |
86 | - | 83 | + |
87 | 84 | ||
88 | 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'. | 85 | 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'. |
89 | - | 86 | + |
90 | 87 | ||
91 | 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'. | 88 | 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'. |
92 | - | 89 | + |
93 | 90 | ||
94 | 4. Create a new environmental variable path using the Mongo db address you copied earlier. | 91 | 4. Create a new environmental variable path using the Mongo db address you copied earlier. |
95 | - | 92 | + |
96 | 93 | ||
97 | 5. Please check if Mongo Db is working well in fourth method of "Installation MongoDB". | 94 | 5. Please check if Mongo Db is working well in fourth method of "Installation MongoDB". |
98 | 95 | ||
... | @@ -111,7 +108,7 @@ npm run dev:assets | ... | @@ -111,7 +108,7 @@ npm run dev:assets |
111 | ### ● How to fill .env file. | 108 | ### ● How to fill .env file. |
112 | 1. If you clone our repository and downloads required modules, make new '.env' file. | 109 | 1. If you clone our repository and downloads required modules, make new '.env' file. |
113 | 2. Fill in the required values as shown below. | 110 | 2. Fill in the required values as shown below. |
114 | - | 111 | + |
115 | ## <br> | 112 | ## <br> |
116 | 113 | ||
117 | ### ● API reference | 114 | ### ● API reference | ... | ... |
-
Please register or login to post a comment