Toggle navigation
Toggle navigation
This project
Loading...
Sign in
HyeonJun Jeon
/
Extended-Calendar
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
HyeonJun Jeon
2022-06-09 00:34:31 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
25f40177d61723dd6071cd56b2a343c7dcc62d5c
25f40177
1 parent
2e970d0f
[Docs] Update README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
20 deletions
README.md
README.md
View file @
25f4017
[
![mysql
](
https://img.shields.io/badge/mySQL-4479A1?style=flat-square&logo=mysql&logoColor=white
)
](https://www.mysql.com/)
[
![Express
](
https://img.shields.io/badge/Express-000000?style=flat-square&logo=Express&logoColor=white
)
](https://developers.google.com/web/tools/puppeteer)
[
![puppeteer
](
https://img.shields.io/badge/puppeteer-40B5A4?style=flat-square&logo=puppeteer&logoColor=white
)
](https://developers.google.com/web/tools/puppeteer)
[
![React
](
https://img.shields.io/badge/React-61DAFB?style=flat-square&logo=React&logoColor=white
)
](https://developers.google.com/web/tools/puppeteer)
# E-Campus 연동 확장 캘린더
--------------
[
E-Campus 연동 확장 캘린더
](
http://3.34.173.161:3001/
)
<br>
## About The Project
+
경희대학교 E-Campus 로그인 정보를 입력하면 E-Campus 내 일정들을 연동해줍니다.
+
수업, 과제 마감 기한과 나의 다른 일정들을 E-Campus 캘린더를 통하지 않아도 한 번에 파악할 수 있습니다.
-
경희대학교 E-Campus 로그인 정보를 입력하면 E-Campus 내 일정들을 연동해줍니다.
-
수업, 과제 마감 기한과 나의 다른 일정들을 E-Campus 캘린더를 통하지 않아도 한 번에 파악할 수 있습니다.
<br>
## Configuration
...
...
@@ -18,7 +29,6 @@
## Quickstart
### Install
```
sh
...
...
@@ -26,29 +36,30 @@ npm install
npm -g install nodemon
```
### Run
http://3.34.173.161:3000/
#### Terminal 1
```
sh
npm start
```
#### Terminal 2
### Build & Run
```
sh
npm run build
npm run server
```
<br>
## Contributing
1.
Fork the Project
2.
Create your Feature Branch
3.
Commit your Changes
4.
Push to the Branch
5.
Open a Pull Request
1.
Fork the Project
2.
Create your Feature Branch
3.
Commit your Changes
4.
Push to the Branch
5.
Open a Pull Request
<br>
## License
<br>
## Contact
+
HyeonJun Jeon :
+
Sijin Park : sijin0524@khu.ac.kr
-
HyeonJun Jeon : good1588@khu.ac.kr
-
Sijin Park : sijin0524@khu.ac.kr
...
...
Please
register
or
login
to post a comment