README.md
5.49 KB
목차
About The Project
터널과 같이 앞길이 깜깜한 인생 고민, mbti와 아이디 비밀번호만 입력하면 익명의 사용자들에게 고민 상담을 받을 수 있습니다!
Built With
Getting Started
- Install
- Git
- Node JS
- MySQL
Installation
- Clone repository
sh git clone http://khuhub.khu.ac.kr/2019102198/Tunnel.git
- 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
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
2. Register Page
3. User board Page
Roadmap
- 로그인 기능 구현
- 회원가입 기능 구현 (Id, mbti, password 입력)
- 사용자 게시판 구현
- mbti 사용한 매칭 기능
- [o] 내용
Contributing
게시판에 아이디어를 추가하고 싶다면...
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/"추가된 아이디어 이름"
)- Commit your Changes (
git commit -m 'Added features
)- Push to the Branch (
git push origin feature/"추가된 아이디어 이름"
)- Open a Pull Request
License
Distributed under the MIT License.
Contact
- 오인제 (seanoh@khu.ac.kr)
- 정의왕 (@khu.ac.kr)
- 고병후 (@khu.ac.kr)
Project Link: http://khuhub.khu.ac.kr/2019102198/Tunnel.git