양주미

Update README.md

Showing 1 changed file with 57 additions and 22 deletions
1 # 맛집지도 : 실시간 맛집 정보 공유 플랫폼 1 # 맛집지도 : 실시간 맛집 정보 공유 플랫폼
2 -<div align="center"><h4>📚 STACKS</h4> </div> 2 +카카오맵 API와 실시간 채팅 기능을 통해 사용자들과 소통함으로써 맛집에 대한 정보를 얻을 수 있는 플랫폼입니다.
3 -<div align="center"> 3 +
4 - ![go-1.17.3](https://img.shields.io/badge/Go-1.17.3-blue) 4 +### 📚 STACKS
5 - ![goecho-4.7.2](https://img.shields.io/badge/Echo-4.7.2-blue) 5 +![node-16.14.2](https://img.shields.io/badge/Node-16.14.2-green)
6 - ![python-latest](https://img.shields.io/badge/Python-latest-blue) 6 +![express-4.18.1](https://img.shields.io/badge/Express-4.18.1-green)
7 - ![fastapi-0.77.1](https://img.shields.io/badge/Fastapi-0.77.1-blue) 7 +![html-latest](https://img.shields.io/badge/html-5.2-green)
8 -<img src="https://img.shields.io/badge/html-E34F26?style=for-the-badge&logo=html5&logoColor=white"> 8 +![css-latest](https://img.shields.io/badge/css-3-green)
9 -<img src="https://img.shields.io/badge/css-1572B6?style=for-the-badge&logo=css3&logoColor=white">
10 -<img src="https://img.shields.io/badge/node.js-339933?style=for-the-badge&logo=Node.js&logoColor=white"> <img src="https://img.shields.io/badge/express-000000?style=for-the-badge&logo=express&logoColor=white">
11 - <br>
12 - <img src="https://img.shields.io/badge/AWS EC2-232F3E?style=for-the-badge&logo=amazon%20aws&logoColor=white"/>
13 - <img src="https://img.shields.io/badge/NGINX-009639?style=for-the-badge&logo=NGINX&logoColor=white">
14 - <img src="https://img.shields.io/badge/socket.io-010101?style=for-the-badge&logo=socket.io&logoColor=white">
15 - <br>
16 - <img src="https://img.shields.io/badge/AWS RDS-232F3E?style=for-the-badge&logo=amazon%20aws&logoColor=white"/>
17 - <img src="https://img.shields.io/badge/mysql-4479A1?style=for-the-badge&logo=mysql&logoColor=white">
18 -<br>
19 -</div>
20 -<p align="center"><img src="/uploads/f2c62af097272859d8f37acda908d6aa/그림1.png" width="300" height="300"></p>
21 9
22 -</div> 10 +![nginx-latest](https://img.shields.io/badge/nginx-latest-blue)
11 +![socket.io-latest](https://img.shields.io/badge/socket.io-latest-blue)
12 +![AWS_RDS](https://img.shields.io/badge/AWS_RDS-blue)
13 +
14 +![mysql-2.18.1](https://img.shields.io/badge/Mysql-2.18.1-yellowgreen)
15 +![AWS_RDS](https://img.shields.io/badge/AWS_RDS-yellowgreen)
16 +
17 +<p align="center"><img src="/uploads/f2c62af097272859d8f37acda908d6aa/그림1.png" width="300" height="300"></p>
23 18
24 19
25 20
26 ## About the Project 21 ## About the Project
22 +- 로그인을 통해 사이트에 들어갈 수 있으며, 지역별 맛집정보를 파악할 수 있습니다.
23 +- 타 유저들과 실시간 소통을 통해 맛집에 대한 정보를 빠르게 얻을 수 있습니다.
24 +
25 +### Overview
26 +- 추가 예정(이미지)
27 +
28 +### Project Architecture
29 +- 추가 예정(이미지)
30 +
31 +### Built With
32 +- [node.js](https://nodejs.org/ko/)
33 +- [express](https://expressjs.com/ko/)
34 +- [AWS_EC2](https://aws.amazon.com/ko/)
35 +- [AWS_RDS](https://aws.amazon.com/ko/)
36 +- [socket.io](https://socket.io/)
37 +- [nginx](https://www.nginx.com/)
38 +- [mysql](https://www.mysql.com/)
39 +
27 ## Getting Started ( Installation ) 40 ## Getting Started ( Installation )
28 -## Usage 41 +### Prerequisites
42 +- 추가 예정
43 +
44 +### Installation
45 +- 추가 예정
46 +
29 ## Roadmap 47 ## Roadmap
48 +- [x] 1. 로그인/회원가입 창 구현
49 +- [x] 2. 맛집지도 UI 및 기능 구현
50 +- [x] 3. socket.io를 이용한 실시간 채팅 구현
51 +- [x] 4. AWS, Mysql을 이용한 데이터베이스 구축
52 +- [ ] 5. 서버 구축 및 배포
53 +
30 ## Contributing 54 ## Contributing
55 +프로젝트에 기여하고 싶으신 분들은 아래 절차를 따라주시기 바랍니다.
56 +1. 프로젝트 fork
57 +2. feature branch 생성 (git checkout -b feature/name)
58 +3. commit (git commit -m "Add feature")
59 +4. push (git push origin feature/name)
60 +5. pull request 생성
61 +
31 ## License 62 ## License
32 -## Contact
...\ No newline at end of file ...\ No newline at end of file
63 +MIT 라이센스 아래 사용 가능합니다. LICENSE.txt를 통해 자세한 정보를 확인하세요.
64 +
65 +## Contact
66 +- 서정민 : balljm@khu.ac.kr
67 +- 양주미 : luckyyjm@khu.ac.kr
...\ No newline at end of file ...\ No newline at end of file
......