All Projects → H43RO → Footprint

H43RO / Footprint

Licence: other
Bluetooth Beacon 을 활용한 장소 기반 추억 기록 및 공유 서비스

Programming Languages

kotlin
9241 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects
HTML
75241 projects
Rich Text Format
576 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Footprint

django-mobile-app
A batteries-included mobile app backend in Django
Stars: ✭ 52 (+116.67%)
Mutual labels:  django-rest-framework
token-authentication-django
This is django app used to explain the tutorial present on https://medium.com/@shubhambansal_89125/token-based-authentication-for-django-rest-framework-44586a9a56fb
Stars: ✭ 27 (+12.5%)
Mutual labels:  django-rest-framework
react-tutorial
A react-tutorial
Stars: ✭ 99 (+312.5%)
Mutual labels:  django-rest-framework
django-test-addons
Testing support for different database system like Mongo, Redis, Neo4j, Memcache, Django Rest Framework for django
Stars: ✭ 20 (-16.67%)
Mutual labels:  django-rest-framework
django-flag-app
A pluggable django application that adds the ability for users to flag(or report) your models.
Stars: ✭ 13 (-45.83%)
Mutual labels:  django-rest-framework
drf-jwt-example
Code samples of the tutorial "How to Use JWT Authentication with Django REST Framework"
Stars: ✭ 31 (+29.17%)
Mutual labels:  django-rest-framework
CrumpPrints.pretty
KiCad repo for footprints I've made.
Stars: ✭ 19 (-20.83%)
Mutual labels:  footprint
vstutils
Small framework for easy generates web-applications (SPA or Single Page Application).
Stars: ✭ 39 (+62.5%)
Mutual labels:  django-rest-framework
drf-angular-docker-tutorial
Dockerized Django Back-end API using DRF with Angular Front-end Tutorial
Stars: ✭ 53 (+120.83%)
Mutual labels:  django-rest-framework
django-rest-witchcraft
Django REST Framework integration with SQLAlchemy
Stars: ✭ 38 (+58.33%)
Mutual labels:  django-rest-framework
smart-home
Control house using raspberry pi djago based secure REST api. Made using raspberry pi, arduino, django ,django REST and angular.
Stars: ✭ 30 (+25%)
Mutual labels:  django-rest-framework
django-code-generator
Generate code from your Django models for faster development
Stars: ✭ 35 (+45.83%)
Mutual labels:  django-rest-framework
studyportal-nexus
Backend API for studyportal
Stars: ✭ 24 (+0%)
Mutual labels:  django-rest-framework
grpc-django-book-service
gRPC implementation integrated with Django Application.
Stars: ✭ 28 (+16.67%)
Mutual labels:  django-rest-framework
ujson drf
JSON Renderer and Parser for Django Rest Framework using the ultra fast json (in C).
Stars: ✭ 14 (-41.67%)
Mutual labels:  django-rest-framework
python-wechat-pay
Use Python3, Django, Django-rest-framework to achieve wechat payment. 微信支付、服务器异步通知、订单查询、退款
Stars: ✭ 18 (-25%)
Mutual labels:  django-rest-framework
TA-BOT
An open source Telegram bot which can be used as a teaching assistant bot if you are trying to find an easy and secure way to communicate with your students.
Stars: ✭ 20 (-16.67%)
Mutual labels:  django-rest-framework
bk-user
蓝鲸用户管理是蓝鲸智云提供的企业组织架构和用户管理解决方案,为企业统一登录提供认证源服务。
Stars: ✭ 31 (+29.17%)
Mutual labels:  django-rest-framework
drftest
drftest is a minimal testing library that aims to facilitate writing tests for django rest framework views. It also [optionally] generates good looking API documentations based on tests it runs.
Stars: ✭ 26 (+8.33%)
Mutual labels:  django-rest-framework
formica
A discord bot that collects and analyzes form data
Stars: ✭ 20 (-16.67%)
Mutual labels:  django-rest-framework

🥾 발자취 (Project Footprint)

2020 공개 SW 개발자 대회 결선 진출작

발자취는 BLE(Bluetooth Low Energy) 핵심 기술인 'Beacon' 모듈을 활용하여, 사용자가 특정 장소를 방문하면, 이를 저장하여 자동으로 하루 일과를 기록해주는 서비스입니다. 자동으로 기록된 일과는 사용자의 마음대로 자신만의 다이어리 처럼 꾸밀 수 있습니다. 또한 임의로 다른 일과를 추가할 수도 있습니다. 이렇게 쌓인 사용자의 기록 하나하나가 서버에 저장되어, 자신만의 추억으로 간직하거나 SNS에 공유할 수 있습니다.

📺 시나리오 소개 동영상

Video Label

📷 Screenshot

⚙️ Development Environment

Part Version
WAS Python 3.7 + Django 3.0 with PyCharm 2019 ( + Django Templates으로 Front-end 구현 )
Android App Kotlin 1.4 with Android Studio 4.0
Beacon Module Raspberry Pi 3B+, Arduino UNO with HM-10 BLE Module
Database MySQL 8.0.21

🖥 System Architecture

_

_2

_3

📝 Features

회원가입 로그인 홈화면 핫플레이스 에디터픽 주변 가까운 장소 장소 상세정보 방문 확인 발자취 조회 발자취 임의 생성 발자취 공유 근접 푸시알림

🔥 Getting Started

필요한 코드 사용이 용이하도록 코드에 동작 설명 주석이 첨부 되어있습니다. 기본적인 사용법은 다음과 같습니다.

순서대로 환경을 설정해야 정상적으로 동작합니다.

Django Web Server

  1. 'Web' 폴더에 들어있는 프로젝트 폴더를 내려받아 'PyCharm'을 통해 오픈 합니다.

  2. Venv 에 진입한 다음, 아래의 명령어를 실행합니다.

    pip install -r requirements.txt
  3. settings.py 에서 사용할 데이터베이스 설정을 완료해줍니다. (MySQL으로 기본 세팅 되어있습니다.)

  4. 아래 명령어를 실행하여 관리자 계정을 만듭니다. 관리자 페이지 URL은 "localhost:8000/admin" 입니다.

    python manage.py createsuperuser
  5. 아래 명령어를 실행하여 데이터베이스 마이그레이션을 한 뒤, 서버 구동을 시작합니다.

    python manage.py makemigrations website
    python manage.py migrate
    python manage.py runserver
  6. 웹 사이트가 잘 뜨고, 모바일 앱의 동작이 원활하게 이루어질 시 적용 성공입니다.

  7. 모바일 앱 대응을 위하여 호스팅을 해줘야하는데, 실제 서비스를 런칭하거나 배포를 하는 것이 아닌 테스트용 Self-Hosting을 할 때는 Ngrok 같은 서비스를 이용하여 외부에서도 접속가능한 URL을 부여할 수 있습니다.

Server Admin Page

  1. 웹 서버가 구동되면,127.0.0.1:8000/admin (관리자 페이지)으로 접속합니다.
  2. 생성했던 관리자 계정을 통해 로그인 하며 간편한 데이터베이스 관리가 가능합니다.
  3. Beacon Module을 등록하고 싶으면 Place 모델 인스턴스를 생성하면 됩니다.
    • 이 때, Beacon Module의 UUID와 등록하고 싶은 장소의 네이버 플레이스 ID를 기입합니다.
    • Beacon Module은 라즈베리파이, 아두이노가 없어도 Beacon Signal을 Advertising 할 수 있는 앱을 설치하여 그 기능을 대체할 수 있으며 해당 앱에서 Beacon Module의 UUID 값을 찾아 입력하시면 됩니다.
    • 네이버 플레이스 ID는 map.naver.com에서 등록할 장소를 검색하고 브라우저 상 주소 경로의 /place/ 뒤의 ID를 적어주시면 됩니다.

Android App

  1. 'App' 폴더에 들어있는 프로젝트 폴더를 내려 받아 'Android Studio'를 통해 오픈 합니다.
  2. 'Network' 폴더에 들어있는 Website 클래스의 BaseURL을 구동하는 서버의 URL로 변경합니다.
  3. 실제 기기를 통해 앱을 구동합니다. ( 에뮬레이터는 Bluetooth 관련 기능을 사용하지 못합니다. )

Part

Name Part
H43RO 프로젝트 총괄, 아키텍처 설계, 안드로이드 앱 개발 및 디자인, Beacon 모듈 개발
hyywon DB Place Model 설계 및 Place 관련 API 개발, Place 관련 Front-end 구현
yulhee741 DB History Model 설계 및 History 관련 API 개발, History 관련 Front-end 구현
Chanjongp DB User Model 설계 및 User 관련 API 개발, User 관련 Front-end 구현
jinsol0330 DB User Model 설계 및 User 관련 API 개발, User 관련 Front-end 구현
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].