Name Last Update
.idea Loading commit data...
images Loading commit data...
tunnel_BE/server Loading commit data...
turnel_FE Loading commit data...
.gitignore Loading commit data...
DB.txt Loading commit data...
License.txt Loading commit data...
README.md Loading commit data...


Logo

익명 고민상담 서비스


목차

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

터널과 같이 앞길이 깜깜한 인생 고민, mbti와 아이디 비밀번호만 입력하면 익명의 사용자들에게 고민 상담을 받을 수 있습니다!

(back to top)

Built With

(back to top)

Getting Started

  • Install
  1. Git
  2. Node JS
  3. MySQL

Installation

  1. Clone repository sh git clone http://khuhub.khu.ac.kr/2019102198/Tunnel.git
  2. Install NPM packages sh PS C:\Users\seano\Desktop\git_OSS\OSS project\Tunnel> cd tunnel_BE PS C:\Users\seano\Desktop\git_OSS\OSS project\Tunnel\tunnel_BE> cd server PS C:\Users\seano\Desktop\git_OSS\OSS project\Tunnel\tunnel_BE\server> npm install sh PS C:\Users\seano\Desktop\git_OSS\OSS project\Tunnel\tunnel_BE\server> cd .. PS C:\Users\seano\Desktop\git_OSS\OSS project\Tunnel\tunnel_BE> cd.. PS C:\Users\seano\Desktop\git_OSS\OSS project\Tunnel> cd turnel_FE PS C:\Users\seano\Desktop\git_OSS\OSS project\Tunnel\turnel_FE> npm install

(back to top)

Prerequisites

  • Login MySQL / Create database

    윈도우 + R ---> cmd 실행창 열기
    
    C:\Users\seano>cd..
    C:\Users>cd..
    C:\>cd "Program Files"
    C:\Program Files>cd MySQL
    C:\Program Files\MySQL>cd "MySQL Server 8.0"
    C:\Program Files\MySQL\MySQL Server 8.0>cd bin
    C:\Program Files\MySQL\MySQL Server 8.0\bin>mysql -h localhost -u root -p
    Enter password: **********
    Welcome to the MySQL monitor.  Commands end with ; or \g.
    Your MySQL connection id is 27
    Server version: 8.0.19 MySQL Community Server - GPL
    
    Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.
    
    Oracle is a registered trademark of Oracle Corporation and/or its
    affiliates. Other names may be trademarks of their respective
    owners.
    
    Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
    
    mysql> CREATE SCHEMA tunnel DEFAULT CHARACTER SET utf8;
    Query OK, 1 row affected, 1 warning (0.04 sec)
    
  • 내용

    내용
    

Usage

용도 설명

1. Login Page

Logo

2. Register Page

Logo

3. User board Page

(back to top)

Roadmap

  • 로그인 기능 구현
  • 회원가입 기능 구현 (Id, mbti, password 입력)
  • 사용자 게시판 구현
    • mbti 사용한 매칭 기능
    • [o] 내용

(back to top)

Contributing

게시판에 아이디어를 추가하고 싶다면...

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/"추가된 아이디어 이름")
  3. Commit your Changes (git commit -m 'Added features)
  4. Push to the Branch (git push origin feature/"추가된 아이디어 이름")
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License.

(back to top)

Contact

  • 오인제 (seanoh@khu.ac.kr)
  • 정의왕 (@khu.ac.kr)
  • 고병후 (@khu.ac.kr)

Project Link: http://khuhub.khu.ac.kr/2019102198/Tunnel.git

(back to top)