suhee-yoo / MoveItMovie

term project for SoftwareDesign

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MoveItMovie

term project for SoftwareDesign

Introduction

This is an android application for audience who likes to watch movies in theaters.

  1. It shows box office ranking of korea independent and commercial films.
  2. It shows theaters around your current location.
  3. You can review the movie theater.
  4. You can check other people's reviews and manage own reviews.

Development Environment

  • mysql @8.0.18
  • Apache2 Server
  • php
  • Android Studio @3.5.3

Application Version

  • minSdkVersion : 15
  • targetSdkVersion : 26

APIs

Database table information

database table backup file is in /server/backup.sql
mysql -u [account] -p [database] < backup.sql

screenshot

Login SignUp CommertialMovie IndependentMovie Theater Review myReview

Final Presentation PPT

finalPPT finalPPT finalPPT finalPPT finalPPT

License

MoveItMovie is released under the MIT License. http://www.opensource.org/licenses/mit-license

About

term project for SoftwareDesign


Languages

Language:Java 90.4%Language:PHP 9.6%