번거로웠던 실종자 신고 및 조회, 이젠 쉽고 간편하게
우리나라의 실종 아동 문제는 여전히 해결되지 않고 있으며, 연간 2만명의 실종자들에 대한 실종 접수가 들어오고 있습니다. 또, 지난 20년 간 장기 실종자는 수천명에 달합니다. 하지만 이러한 상황 속에서 실종자들에 대한 정보는 여전히 종이 전단지 부착이라는 비교적 시대에 뒤떨어진 방법으로 공유되고 있습니다. 현재 시간이 지날수록 실종자들에 대한 관심이 떨어지고 있는데, 저희 팀은 이러한 문제점을 실종자들에 대한 이슈를 오프라인에서 온라인으로 옮김으로써 해결할 수 있다고 생각했고, 그 결과 실종자 온라인 제보 서비스를 기획하게 되었습니다.
- 실종자 정보를 경찰청 안전Dream에서 Open API로 받아옵니다.
- Open API로 받아온 실종자 정보를 모바일 앱에서 조회할 수 있습니다.
- 경찰청에 등록된 실종자 발견시, 앱에서 바로 실종자 발견 제보를 할 수 있습니다.
- 제보된 실종자 발견 신고 내용은 서비스의 어드민 웹페이지에서 확인할 수 있습니다.
- 신규 실종자 발생 시, 앱에서 바로 신고하여 Open API를 통해 실제 경찰청에 실종자 신고를 할 수 있습니다.
- 🔎 https://missingChild.pythonanywhere.com 통하여 발견접수된 실종자 리스트를 확인 가능합니다.
You need to install Flutter on your environment before following next step. Please check here to install Flutter.
git clone https://github.com/oss-talkative/missing-mobile
flutter pub get
flutter pub upgrade
# debug mode
flutter run
# release mode
flutter run --release
You need to install python3.10 and git on your environment before following next step.
git clone https://github.com/oss-talkative/missing-backend-re
open project and terminal(git bash) for Window os
python -m venv <name of virtual environment>
source <name of virtual environment>/Scripts/Activate
for Window mac
```shell
python -m venv <name of virtual environment>
source <name of virtual environment>/Scripts/Activate
cd myproject
cd myproject
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Enter
http://localhost:8000/
into your web browser
Install react here
git clone https://github.com/oss-talkative/missing-web
npm start
- Dart
- Flutter
- Figma for design
- Python
- Django
- SQLite
- Pythonanywhere for distribution
- Javascript
- React
Yeojun Yoon | 푸른곰프앙이 | JeongYun Kim | yunasin |
Team Leader Mobile Client |
Back-end | Front-end Web | Mobile Client / Design |
This project is licensed under the terms of the MIT license.