Code Monkey home page Code Monkey logo

mbams's Introduction

MBAMS

MBAMS is a Mobile-based Attendance Management System.

  • Web Application for instructors (server)
    The web application is written in Java using Play Framework. Based on Computer Database Java
  • Android Application for attendants (client)

##Screenshots

Web Application

Android Application signup

Android Application signin

Version

1.0

##Features:

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

How to build MBAMS

###For the web application:

  1. You need MySQL installed

  2. Create a database with the name students

  3. Clone the repo:

       $ git clone [email protected]:CATReloaded/MBAMS.git MBAMS
  4. 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. 5. 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 following with the port number 9000
    wifiName The name of the wifi that you will create for the attendants.
    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.

mbams's People

Contributors

mlegy avatar rashwan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.