yeeunsong / commute-community-app-server

Commute and Community feature Android app with Node.js and MySQL backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

commute-community-app

COMCOM is a Commute and Community feature Android app with Node.js and MySQL backend for office workers.

Features include:

  • Login and making an account
  • Commute check via app based on distance with workplace
  • Workers' online community interface

Code for the Android is here: https://github.com/yeeunsong/commute-community-app-client

Android Explanation

1. Register and Login

Can save newly created accounts and verify login.

Features include:

  • Creating an account
  • Verifying login
  • SNS login (ex. Google)

2. Commute Checking

Page that enables to check commute via app.
The user can press the commute button if the user is within 100m distance from the company.

Features include:

  • Integration with Google Map API
  • Getting and updating current location
  • Calculating the distance of the user and the company
  • Calculating hours of duty using the commute button
  • Sending commute status to database on pressing commute button

3. Community Interface

Office worker app community. Users can post and share their postings.

Features include:

  • Writing posts
  • Deleting posts
  • Writing Comments

Server Explanation

Utilized Node.js, Express, and MySQL.

MySQL database schema:

image

Contacts

Contributors

About

Commute and Community feature Android app with Node.js and MySQL backend


Languages

Language:JavaScript 100.0%