Showing
1 changed file
with
46 additions
and
1 deletions
1 | -오픈소스 소프웨어 개발 프로젝트 | 1 | +[![node-16.15.0](https://img.shields.io/badge/Node-16.15.0-green?logo=nodedotjs)] (https://nodejs.org/ko/) |
2 | +[![express-4.18.1](https://img.shields.io/badge/Express-4.18.1-green?logo=express)] (https://expressjs.com/ko/) | ||
3 | + | ||
4 | + | ||
5 | +<div align="center"><img src="./images/main_logo.png" width="20%" height="20%"></div> | ||
6 | + | ||
7 | +# 주식 알리미 봇(Stock Alert bot) | ||
8 | + | ||
9 | +## About The Project | ||
10 | + | ||
11 | +### Project Architecture | ||
12 | + | ||
13 | +![project_structure](./img/project_structure.png) | ||
14 | + | ||
15 | +### Built With | ||
16 | + | ||
17 | +- [Node.js](https://nodejs.org/ko/) | ||
18 | +- [Express](https://expressjs.com/ko/) | ||
19 | + | ||
20 | +## Getting Started | ||
21 | + | ||
22 | +### Usage | ||
23 | + | ||
24 | +### Installation | ||
25 | + | ||
26 | +1. Clone the repository | ||
27 | +```shell | ||
28 | +git clone http://khuhub.khu.ac.kr/2017103049/Stock_Alert_Chatbot.git | ||
29 | +``` | ||
30 | + | ||
31 | + | ||
32 | +## Contributing | ||
33 | + | ||
34 | +1. 프로젝트 fork | ||
35 | +2. feature branch 생성 (git checkout -b feature/name) | ||
36 | +3. commit (git commit -m "Add feature) | ||
37 | +4. push (git push origin feature/name) | ||
38 | +5. pull request 생성 | ||
39 | + | ||
40 | +## License | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | +## Contact | ||
45 | + | ||
46 | +-> 방승일 : seungilbang@khu.ac.kr | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment