Skip to content

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

Notifications You must be signed in to change notification settings

yeeunsong/commute-community-app-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 

Repository files navigation

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 server is here: https://github.com/yeeunsong/commute-community-app-server

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages