박시진

Update README.md

Showing 1 changed file with 25 additions and 6 deletions
1 # E-Campus 연동 확장 캘린더 1 # E-Campus 연동 확장 캘린더
2 - 2 +--------------
3 <br> 3 <br>
4 4
5 +## About The Project
6 ++ 경희대학교 E-Campus 로그인 정보를 입력하면 E-Campus 내 일정들을 연동해줍니다.
7 ++ 수업, 과제 마감 기한과 나의 다른 일정들을 E-Campus 캘린더를 통하지 않아도 한 번에 파악할 수 있습니다.
8 +
9 +
5 ## Configuration 10 ## Configuration
6 11
7 -- Front-End : React 12 +- Front-End : [React](https://ko.reactjs.org/)
8 -- Back-End : Express 13 +- Back-End : [Express](https://expressjs.com/ko/)
9 -- DataBase : MySQL 14 +- DataBase : [MySQL](https://www.mysql.com/)
10 -- Crawl : Puppeteer 15 +- Crawl : [Puppeteer](https://developers.google.com/web/tools/puppeteer)
11 16
12 <br> 17 <br>
13 18
14 ## Quickstart 19 ## Quickstart
15 20
21 +
16 ### Install 22 ### Install
17 23
18 ```sh 24 ```sh
...@@ -21,7 +27,7 @@ npm -g install nodemon ...@@ -21,7 +27,7 @@ npm -g install nodemon
21 ``` 27 ```
22 28
23 ### Run 29 ### Run
24 - 30 +http://3.34.173.161:3000/
25 #### Terminal 1 31 #### Terminal 1
26 32
27 ```sh 33 ```sh
...@@ -33,3 +39,16 @@ npm start ...@@ -33,3 +39,16 @@ npm start
33 ```sh 39 ```sh
34 npm run server 40 npm run server
35 ``` 41 ```
42 +
43 +## Contributing
44 +1.Fork the Project
45 +2.Create your Feature Branch
46 +3.Commit your Changes
47 +4.Push to the Branch
48 +5.Open a Pull Request
49 +
50 +## License
51 +
52 +## Contact
53 ++ HyeonJun Jeon :
54 ++ Sijin Park : sijin0524@khu.ac.kr
......