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 | -![image](/uploads/c79b5a9c5f133336c0361898721341a8/image.png) | 24 | +![roadmap](https://oss-2020105657.s3.amazonaws.com/roadmap.png) |
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 | -![image](/uploads/f33744dd78985b881bfeff6162af0919/image.png) | 31 | +![homepage](https://oss-2020105657.s3.amazonaws.com/homepage.png) |
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 | -![image](/uploads/63eae503a0eb49b22bbe545c3c0c859a/image.png) | 35 | +![image](https://oss-2020105657.s3.amazonaws.com/myprofile.png) |
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 | -![image](/uploads/55988a03a91f0dcd33656afe0ec04ff6/image.png) | 39 | +![image](https://oss-2020105657.s3.amazonaws.com/edit+profile.png) |
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 | ![homepage](https://oss-2020105657.s3.amazonaws.com/MongoDB+homepage.png) | 67 | ![homepage](https://oss-2020105657.s3.amazonaws.com/MongoDB+homepage.png) |
71 | 68 | ||
72 | 2. Select options and download MongoDB. | 69 | 2. Select options and download MongoDB. |
73 | -![image](/uploads/46038b5c881bb18074dd8e732804f5d7/image.png) | 70 | +![options](https://oss-2020105657.s3.amazonaws.com/MongoDB+install.png) |
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 | -![image](/uploads/510d184825d6eaf04dcb2d254f03b918/image.png) | 73 | +![precaution](https://oss-2020105657.s3.amazonaws.com/MongoDB+precaution.png) |
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 | -![image](/uploads/202bf8555f6842938d15c6e3b0e789c1/image.png) | 76 | +![image](https://oss-2020105657.s3.amazonaws.com/MongoDB+installation+well.png) |
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 | -![image](/uploads/93b13c8df931ef11781d21ad574ee441/image.png) | 83 | +![image](https://oss-2020105657.s3.amazonaws.com/MongoDB+path.png) |
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 | -![image](/uploads/64278904603d6b3cdb78a0689695344a/image.png) | 86 | +![image](https://oss-2020105657.s3.amazonaws.com/environment+window.png) |
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 | -![image](/uploads/9077ec8854585640dfb526e45cbcb3fb/image.png) | 89 | +![image](https://oss-2020105657.s3.amazonaws.com/Find+path+in+system+variable.png) |
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 | -![image](/uploads/0018e1de51ae1c10cc9a5d5bc01fcf9d/image.png) | 92 | +![image](https://oss-2020105657.s3.amazonaws.com/make+new+environment+path.png) |
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 | -![image](/uploads/cbdf2726a8b5c6326378cd5fa8295726/image.png) | 111 | +![image](https://oss-2020105657.s3.amazonaws.com/fill+env+file.png) |
115 | ## <br> | 112 | ## <br> |
116 | 113 | ||
117 | ### ● API reference | 114 | ### ● API reference | ... | ... |
-
Please register or login to post a comment