https://github.com/robertene1994/unioviscope-back-end
Back-end application for attendance control.
https://github.com/robertene1994/unioviscope-back-end
attendance-system control facial-recognition opencv presence qrcode spring spring-boot
Last synced: 3 months ago
JSON representation
Back-end application for attendance control.
- Host: GitHub
- URL: https://github.com/robertene1994/unioviscope-back-end
- Owner: robertene1994
- License: mit
- Created: 2020-11-01T16:08:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-01T23:08:07.000Z (over 4 years ago)
- Last Synced: 2025-01-21T10:30:44.104Z (4 months ago)
- Topics: attendance-system, control, facial-recognition, opencv, presence, qrcode, spring, spring-boot
- Language: Java
- Homepage: https://unioviscope-web.herokuapp.com
- Size: 163 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
UniOviSCOPE: Attendance Control System 🎯
![]()
![]()
### This is a Java application for attendance control (my degree's thesis) built with [Spring](https://spring.io) and (OpenCV)(https://opencv.org/). It is available at [UniOviSCOPE](https://unioviscope-web.herokuapp.com).#### DevOps (CI/CD) ☁
[![DevOps (CI)]()](https://github.com/robertene1994/unioviscope-back-end/actions?query=workflow%3A%22DevOps+%28CI%29%22) [![DevOps (CD)]()](https://github.com/robertene1994/unioviscope-back-end/actions?query=workflow%3A%22DevOps+%28CD%29%22)
#### Continuous Deployment 🚀

## Installation 🔧
To install this application you can use [Maven](http://maven.apache.org/).
```bash
mvn validate
```## Scripts 📜
### `mvn spring-boot:run`
Runs the app in the development mode.
Open [http://localhost:8080](http://localhost:8080) to check it in the browser.### `mvn test`
Launches the test runner in the interactive watch mode.
### `mvn package`
Builds the app for production to the `target` folder. The app is ready to be deployed!
## License 🔑
[](LICENSE)