BARA는 이화여자대학교 캠퍼스 내에서 음식을 함께 주문할 수 있도록 도와주는 웹 애플리케이션입니다. BARA를 통해 사용자는 간편하게 음식을 주문하고, 함께 주문할 멤버를 모집하며, 멤버들과 소통할 수 있습니다. 이 프로젝트는 현재 진행 중이며, 지속적인 업데이트가 예정되어 있습니다.
- 회원가입 및 로그인: 사용자 인증 및 보안 강화를 위해 학교 이메일을 통해 회원가입 및 로그인을 진행합니다.
- 음식 주문 참여: 대기 중인 음식 주문을 확인하고, 함께 주문할 멤버를 모집할 수 있습니다.
- 검색 기능: 특정 음식이나 장소를 검색하여 빠르게 접근할 수 있습니다.
- 포스트 업로드: 다른 멤버들과 함께 음식을 주문할 수 있도록 포스트를 작성하고 업로드할 수 있습니다.
- 채팅 기능: 주문을 함께하는 멤버들 간에 실시간으로 채팅할 수 있습니다.
프로젝트는 현재 진행 중이며, 기능이 계속 추가되고 있습니다. 자세한 내용은 아래의 IR 피칭 문서를 통해 확인할 수 있습니다.
- 환경 설정: IntelliJ IDEA에서 Gradle을 사용해 프로젝트를 빌드합니다.
- 프론트엔드 개발: Figma 디자인을 바탕으로 HTML 및 CSS로 구현되었습니다. Locofy를 사용해 디자인을 변환했습니다.
- 데이터베이스 연결: MySQL 데이터베이스에 "bara"라는 이름의 스키마를 생성하고 연결합니다.
├── src
│ ├── main
│ │ ├── java
│ │ │ ├── com
│ │ │ │ └── bara
│ │ │ │ ├── controller
│ │ │ │ ├── domain
│ │ │ │ ├── repository
│ │ │ │ └── service
│ │ └── resources
│ │ ├── static
│ │ └── templates
└── build.gradle
현재 이 프로젝트는 개인 학습 및 개발을 위한 프로젝트로, 외부 기여는 받지 않습니다. 하지만 프로젝트에 대한 피드백은 언제든지 환영합니다!
이 프로젝트는 MIT 라이선스 하에 배포됩니다.
This project was created by team "Igloo" from the 23-2 UNIS practical entrepreneurship club at Ewha Womans University.
BARA is a web application designed to facilitate food orders on the Ewha Womans University campus. Users can easily place food orders, recruit members to join their orders, and communicate with other members through the platform. The project is still in progress, with continuous updates planned.
- Sign Up & Login: User authentication and security are enhanced through school email verification.
- Food Order Participation: View pending food orders and recruit members to join.
- Search Function: Quickly find specific foods or places.
- Post Uploading: Create and upload posts to recruit members for food orders.
- Chat Functionality: Real-time chat between members involved in the same order.
The project is currently in progress, with ongoing feature additions. For more details, refer to the IR pitching document below.
- Environment Setup: Build the project using Gradle in IntelliJ IDEA.
- Frontend Development: The frontend was implemented using HTML and CSS based on Figma designs, with conversion done using Locofy.
- Database Connection: Connect to a MySQL database with a schema named "bara."
├── src
│ ├── main
│ │ ├── java
│ │ │ ├── com
│ │ │ │ └── bara
│ │ │ │ ├── controller
│ │ │ │ ├── domain
│ │ │ │ ├── repository
│ │ │ │ └── service
│ │ └── resources
│ │ ├── static
│ │ └── templates
└── build.gradle
Currently, this project is for personal learning and development, so external contributions are not accepted. However, feedback on the project is always welcome!
This project is licensed under the MIT License.