Do you remember the warm white and soft sandy beach and the blue and transparent but cool sea under the hot sun?
Perhaps there are not many days left to see such a view of the sea. The increasing amount of ocean garbage each year and the coastlines that have become barriers due to this garbage being pushed by the waves have reached an uncontrollable level. The image of the sea that we remember is mostly managed at a huge social cost only during the peak season, and the beaches that are not frequented by people or during the off-season have long been abandoned.
Walking on the sandy beach, one's feet are pierced by rusty nails, and in the water, glass fragments are visible. Unlike well-maintained roads and parks in the city center, the coastline covered with old ropes and Styrofoam, constantly polluted, requires steady and large-scale manpower for cleaning. Currently, the only private cleaning method is beachcombing, an unfamiliar and strange activity that involves directly scraping the coastline and picking up garbage.
This project is an app development project aimed at achieving the UN SDGs goal of "Life Below Water" which is one of the sustainable development goals designated by the UN, in line with the spirit of cooperation and coexistence in addressing global issues faced by the UN. Even if it is an impossible goal for one group or individual, if it can be shared and enjoyed as a culture and trend formed throughout society, it is hoped that tens of thousands of 'voluntary' helpers can emerge. The name of our project, Beach-Combine, which means "let's protect the sea by working together," was born this way.
- Download apk file ⭐ here ⭐. (Available for Android version 12 or higher)
- You can use it right away by installing it on your smartphone!
- Currently, this service is providing beta service for Busan, Korea
Our service is currently focused on Busan, South Korea. Therefore, we provide a testing feature for customers in inland areas or those who cannot visit Busan to experience the entire cleaning process.
Upon entering the home screen, users will see a Test
button. When they press this button, their current location will be moved to the Busan area, allowing them to explore various features. If users move to a different location from their current position, the screen will reflect the corresponding change. Feel free to click on nearby markers to experience different feedback.
Please note that this feature is designed solely for testing purposes and is not reflected in the actual database. Therefore, no rewards will be given upon completing the entire cleaning process. Keep this in mind!
In the actual Busan sea, all features can be used without any issues. Come and enjoy Busan!
v1.0.0 release
- Added Main Feature(Cleaning the beach)
- Added Community Feature
- Added Ranking Feature
- Added Mypage Feature
v1.1.0 release
- Added Admin Feature
- Added Testing Feature
- Added Notification Feature
- Added Tutorial Feature
- jar build :
gradle build
- image creation :
docker build -t yourAccountName/repositoryName ./
- push to Docker Hub :
docker push yourAccountName/repositoryName
(AccoutName
and RepositoryName
are from Docker Hub)
- Pull from Docker Hub :
docker pull yourAccountName/repositoryName
- Create image as configured in Docker-compose.yml :
docker tag yourAccountName/repositoryName dockerImageName
- Run Docker Compose :
docker-compose up
(dockerImageName
should be written as the image name in Docker-compose.yml)
- Work individually on each branch
local - feature/Issue#-feature
- After completing the task, submit a PR to
remote - develop
. - After code review, receive approval and merge
- Every time a merge occurs in
remote - develop
, all team members pull fromremote - develop
to maintain the latest status
Tag name | Description |
---|---|
feat | Commits that add a new feature |
fix | Commits that fix a bug |
hotfix | Fix an urgent bug in issue or QA |
build | Commits that affect build components |
chore | Miscellaneous commits |
style | Commits for code styling or format |
docs | Commits that affect documentation only |
test | Commits that add missing tests or correcting existing tests |
refactor | Commits for code refactoring |
- Variables, functions, and class names should use camelCase.
- For functions, use a verb followed by a noun. e.g.) getInfo()
- Column names stored in the DB should use snake_case. e.g.) member_id
- URL names should use kebab-case, consisting of lowercase nouns.
- Use hyphens (-) as separators, and avoid using separators when possible. e.g.) www.example.com/user
- To improve readability, builders are required instead of constructors
Mobile/AI | Backend | Backend | Design |
---|---|---|---|
김성겸 | 권보민 | 추서연 | 백송은 |