Name Last Update
src Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
nodemon.json Loading commit data...
package.json Loading commit data...
webpack.config.js Loading commit data...

DEV-profile

A website for developers to get driven with motivation.

dev-profile URL : https://dev-profile-2021.herokuapp.com/

KHU-Hub repo : khuhub.khu.ac.kr/2018102216/dev-profile

Main Features

  • your basic profile
  • random quotes for developers to motivate you :sparkles:
  • the amount of commits you've done on GitHub at a glance
  • your most-contributed project on GitHub
  • today's trending repositories on GitHub

● Additional Features

  • direct and easy login via GitHub
  • intuitive and easy-to-use structure


● Home Page

1. You can join or login with GitHub account.
2. You can search via Google.

homepage

● Myprofile Page

1. You can see your profile information, github contributions, repositories, status at a glance.

image

● Edit Profile Page

1. You can input or change your informations.

image



● Home Page

1. you can join or login with github.
2. you can search.

homepage


● Test installation

Click to see full walkthrough!

After cloning repository, type into terminal to automatically install modules and libraries. ```bash npm install ``` To run server, ```bash npm run dev:server ``` ```bash npm run dev:assets ``` ##

### ● Installation MongoDB 1. Access to the MongoDB homepage. ![homepage](https://oss-2020105657.s3.amazonaws.com/MongoDB+homepage.png) 2. Select options and download MongoDB. ![options](https://oss-2020105657.s3.amazonaws.com/MongoDB+install.png) 3. If this screen appears when installing MongoDB, please select 'complete' and proceed. ![precaution](https://oss-2020105657.s3.amazonaws.com/MongoDB+precaution.png) 4. When you enter 'mongo' command in vsc terminal, it is installed well when the screen appears as below. ![image](https://oss-2020105657.s3.amazonaws.com/MongoDB+installation+well.png) ### ● To setting environment variable. ```bash -ps. When entering 'mongo' command in vsc terminal, skip this part if it runs well. ``` 1. Find folder where mongoDB is installed, and make a copy of the folder's route. ![image](https://oss-2020105657.s3.amazonaws.com/MongoDB+path.png) 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'. ![image](https://oss-2020105657.s3.amazonaws.com/environment+window.png) 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'. ![image](https://oss-2020105657.s3.amazonaws.com/Find+path+in+system+variable.png) ##

### ● MongoDB Installation 1. Access to the MongoDB homepage. ![homepage](https://oss-2020105657.s3.amazonaws.com/MongoDB+homepage.png) 2. Select options and download MongoDB. ![options](https://oss-2020105657.s3.amazonaws.com/MongoDB+install.png) 3. If this screen appears when installing MongoDB, please select 'complete' and proceed. ![precaution](https://oss-2020105657.s3.amazonaws.com/MongoDB+precaution.png) 4. If you enter 'mongo' command in vsc terminal, it will be installed with the screen appearing as below. ![image](https://oss-2020105657.s3.amazonaws.com/MongoDB+installation+well.png) ### ● Setting environment variables ```bash -ps. When entering 'mongo' command in vsc terminal, skip this part if it runs well. ``` 1. Find the folder where mongoDB is installed, and copy the folder's route. ![image](https://oss-2020105657.s3.amazonaws.com/MongoDB+path.png) 2. Open the 'environment variable' page. In Windows environment, you can use command (window + R) and input 'sysdm.cpl ,3'. Then, click 'environment variable'. ![image](https://oss-2020105657.s3.amazonaws.com/environment+window.png) 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'. ![image](https://oss-2020105657.s3.amazonaws.com/Find+path+in+system+variable.png) 4. Create a new environmental variable path using the Mongo db address you copied earlier. ![image](https://oss-2020105657.s3.amazonaws.com/make+new+environment+path.png) 5. Please check if Mongo Db is working well refering to the fourth method of "MongoDB Installation". ### ● Nodejs Installation install node js.



● Project Architecture

image



● Road Map

roadmap


● How to fill .env file

1. If you clone our repository and downloads required modules, make new '.env' file.
2. Fill in the required values as shown below.

image



● How to contribute our project

1. Please fork our repository.
2. Change your branch to 'develop'.
3. Send pull request.



● Contributor Contact

Lee Se Jin : lsj8706@naver.com
Kim Cherrie : cherriekim925@gmail.com
Jung Seoung Hyun : jshbest00@khu.ac.kr


● API reference

Programming Quotes API

Trending-GitHub API

GitHub Contributuions API

Github Recent Repositories API


● License

[MIT](https://choosealicense.com/licenses/mit/)