Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-01T23:08:07.000Z (about 4 years ago)
- Last Synced: 2024-11-20T15:17:17.073Z (2 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 🚀
![Heroku](https://pyheroku-badge.herokuapp.com/?app=unioviscope-web)
## 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 🔑
[![MIT](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](LICENSE)