박유빈

add README

Showing 1 changed file with 78 additions and 0 deletions
1 +
2 +
3 +<!-- ABOUT THE PROJECT -->
4 +## About The Project
5 +이 프로젝트는 누군가의 창작물을 언어장벽 없이 감상하고 공유하고자 하는 웹서비스 입니다.
6 +우리는 도구로 언어를 사용하고 있습니다. 때로는 그것이 다른 사람과 달라 정보, 마음 등이 전달되지 않을 때가 많습니다.
7 +세계 장벽이 허물어지고 인터넷으로 소통이 가능한 사람들이 가끔은 다른 언어 때문에 다양한 생각과 정보를 얻기 어렵습니다.
8 +이 프로젝트는 이 어려움을 깨고자 시작했습니다.
9 +누군가의 글을 보고 영감을 얻어 여러 언어로 바꿔나가고 공유하며 다양한 시각을 가질 수 있습니다.
10 +
11 +<p align="right">(<a href="#top">back to top</a>)</p>
12 +
13 +
14 +
15 +### Built With
16 +
17 +server use Node.js, Koa.js and frotend use flutter(Dart)
18 +
19 +* [Node.js](https://nodejs.org/)
20 +* [Koa.js](https://koajs.com/)
21 +
22 +* [flutter](https://flutter.dev/)
23 +
24 +
25 +
26 +<p align="right">(<a href="#top">back to top</a>)</p>
27 +
28 +
29 +
30 +<!-- GETTING STARTED -->
31 +## Getting Started
32 +
33 +Go to the Server [Project folder](http://khuhub.khu.ac.kr/2018102946/likeBack), and git clone.
34 +And go the Frontend [Project folder](http://khuhub.khu.ac.kr/2018102946/likefront)and git clone.
35 +
36 +
37 +### Installation
38 +
39 +_Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services._
40 +
41 +
42 +2. Clone the repo
43 + ```sh
44 + git clone http://khuhub.khu.ac.kr/2018102946/likeBack.git
45 + ```
46 +3. Install NPM packages
47 + ```sh
48 + npm install
49 + ```
50 +4. Enter your mongodb id in `.env`<-make this file first
51 + ```js
52 + PORT='number'
53 + MONGO_URI='Your mongodb uri'
54 + SECRET_KEY='Your secret_key'
55 + JWT_SECRET='Your JWT secret_key'
56 + ```
57 +
58 +*run server
59 + ```sh
60 + npm run start
61 + ```
62 +
63 +<p align="right">(<a href="#top">back to top</a>)</p>
64 +
65 +
66 +
67 +
68 +
69 +<!-- CONTACT -->
70 +## Contact
71 +
72 +Your Name -- email@example.com
73 +
74 +Project Link: [http://khuhub.khu.ac.kr/2018102946/likeBack](http://khuhub.khu.ac.kr/2018102946/likeBack)
75 + [http://khuhub.khu.ac.kr/2018102946/likefront](http://khuhub.khu.ac.kr/2018102946/likefront)
76 +
77 +<p align="right">(<a href="#top">back to top</a>)</p>
78 +