HyeonJun Jeon

[Docs] Update README.md

Showing 1 changed file with 31 additions and 20 deletions
1 +[![mysql](https://img.shields.io/badge/mySQL-4479A1?style=flat-square&logo=mysql&logoColor=white)](https://www.mysql.com/)
2 +[![Express](https://img.shields.io/badge/Express-000000?style=flat-square&logo=Express&logoColor=white)](https://developers.google.com/web/tools/puppeteer)
3 +[![puppeteer](https://img.shields.io/badge/puppeteer-40B5A4?style=flat-square&logo=puppeteer&logoColor=white)](https://developers.google.com/web/tools/puppeteer)
4 +[![React](https://img.shields.io/badge/React-61DAFB?style=flat-square&logo=React&logoColor=white)](https://developers.google.com/web/tools/puppeteer)
5 +
6 +
7 +
1 # E-Campus 연동 확장 캘린더 8 # E-Campus 연동 확장 캘린더
2 --------------- 9 +
10 +[E-Campus 연동 확장 캘린더](http://3.34.173.161:3001/)
11 +
3 <br> 12 <br>
4 13
5 ## About The Project 14 ## About The Project
6 -+ 경희대학교 E-Campus 로그인 정보를 입력하면 E-Campus 내 일정들을 연동해줍니다.
7 -+ 수업, 과제 마감 기한과 나의 다른 일정들을 E-Campus 캘린더를 통하지 않아도 한 번에 파악할 수 있습니다.
8 15
16 +- 경희대학교 E-Campus 로그인 정보를 입력하면 E-Campus 내 일정들을 연동해줍니다.
17 +- 수업, 과제 마감 기한과 나의 다른 일정들을 E-Campus 캘린더를 통하지 않아도 한 번에 파악할 수 있습니다.
18 +
19 +<br>
9 20
10 ## Configuration 21 ## Configuration
11 22
...@@ -18,7 +29,6 @@ ...@@ -18,7 +29,6 @@
18 29
19 ## Quickstart 30 ## Quickstart
20 31
21 -
22 ### Install 32 ### Install
23 33
24 ```sh 34 ```sh
...@@ -26,29 +36,30 @@ npm install ...@@ -26,29 +36,30 @@ npm install
26 npm -g install nodemon 36 npm -g install nodemon
27 ``` 37 ```
28 38
29 -### Run 39 +### Build & Run
30 -http://3.34.173.161:3000/
31 -#### Terminal 1
32 -
33 -```sh
34 -npm start
35 -```
36 -
37 -#### Terminal 2
38 40
39 ```sh 41 ```sh
42 +npm run build
40 npm run server 43 npm run server
41 ``` 44 ```
42 45
46 +<br>
47 +
43 ## Contributing 48 ## Contributing
44 -1.Fork the Project 49 +
45 -2.Create your Feature Branch 50 +1. Fork the Project
46 -3.Commit your Changes 51 +2. Create your Feature Branch
47 -4.Push to the Branch 52 +3. Commit your Changes
48 -5.Open a Pull Request 53 +4. Push to the Branch
54 +5. Open a Pull Request
55 +
56 +<br>
49 57
50 ## License 58 ## License
51 59
60 +<br>
61 +
52 ## Contact 62 ## Contact
53 -+ HyeonJun Jeon : 63 +
54 -+ Sijin Park : sijin0524@khu.ac.kr 64 +- HyeonJun Jeon : good1588@khu.ac.kr
65 +- Sijin Park : sijin0524@khu.ac.kr
......