Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertene1994/unioviscope-android
Anroid application for attendance control.
https://github.com/robertene1994/unioviscope-android
android attendance-system control facial-recognition presence qrcode
Last synced: about 2 months ago
JSON representation
Anroid application for attendance control.
- Host: GitHub
- URL: https://github.com/robertene1994/unioviscope-android
- Owner: robertene1994
- License: mit
- Created: 2020-11-04T13:56:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-05T01:47:46.000Z (about 4 years ago)
- Last Synced: 2023-10-20T10:39:54.299Z (about 1 year ago)
- Topics: android, attendance-system, control, facial-recognition, presence, qrcode
- Language: Java
- Homepage: https://unioviscope-web.herokuapp.com
- Size: 294 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
UniOviSCOPE: Attendance Control System 🎯
### This is a [Java](https://www.java.com) application for attendance control (my degree's thesis) built for [Android](https://www.android.com/). The Web application is available at [UniOviSCOPE](https://unioviscope-web.herokuapp.com).
#### CI/CD ☁
[![DevOps (CI)](https://github.com/robertene1994/unioviscope-android/workflows/DevOps%20(CI)/badge.svg)](https://github.com/robertene1994/unioviscope-android/actions?query=workflow%3A%22DevOps+%28CI%29%22) [![DevOps (CD)](https://github.com/robertene1994/unioviscope-android/workflows/DevOps%20(CD)/badge.svg)](https://github.com/robertene1994/unioviscope-android/actions?query=workflow%3A%22DevOps+%28CD%29%22)
## Installation 🔧
To install this application you can use [Gradle](https://gradle.org/).
```bash
gradlew build
```## Scripts 📜
### `gradlew lint`
Runs the Android linter.
### `gradlew test`
Launches the test runner in the interactive watch mode.
### `gradlew assemble`
Builds the app for production to the `app/build/outputs/apk` folder. The app is ready to be installed on Android devices!
## License 🔑
[![MIT](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](LICENSE)