Skip to content

Rashwan/MBAMS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MBAMS

MBAMS is a Mobile-based Attendance Management System.

  • Web Application for professors (server)
    The web application is written in Java using Play Framework.
  • Android Application for students (client)

##Screenshots Web Application

Android Application signup

Android Application signin

Version

1.0

##Features:

  1. Web application consists of a MySQL database, with full CRUD operations.
  2. The professor uses the web app to mange his students attendances by selecting the lecture number every lecture.
  3. The Android Application can connect to the web app.
  4. The first time, the student has to sign up in the system just by entering his ID.
  5. Every Lecture the student can submit his attendance just by one click!
  6. The web app responds to the android app, so that the student can make sure he had submitted his attendance successfully.
  7. The android app can't submit attendance to more than one student. ONLY ONE!

How to build MBAMS

###For the web application:

  1. You need Play Framework installed: Follow the instructions here

  2. You need MySQL installed

  3. Create a database with the name students

  4. Clone the repo:

       $ git clone [git@github.com:AhmadElMelegy/Absence-Checker.git] MBAMS
  5. Change the configuration to match yours:

       $ nano MBAMS/server/conf/application.cong

change db.default.user and db.default.pass to your user & password for the db. 6. Run the app using:
sh $ ./activator run ###For the Android application:

  1. Install the following software:
    Android SDK: http://developer.android.com/sdk/index.html
    Gradle: http://www.gradle.org/downloads
    Android Studio: http://developer.android.com/sdk/installing/studio.html

  2. Import the project in Android Studio

  3. Change the configurations strings values:

    String Value
    serverURL The IP of your machine that runs the web app follwing with the port number 9000
    wifiName The name of the wifi that you will create for the students.
    wifiPassword The password of above wifi
    siginURL The route of the sign in in the web app.
    Don't change it if you didn't change it in the web app.
    submitURL The route of the submit attenance in the web app.
    Don't change it if you didn't change it in the web app.

##License:

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Min-Project for 3rd year CSED

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 57.3%
  • HTML 35.9%
  • Scala 3.8%
  • CSS 3.0%