Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdullahwaqar/markmepresent
A QR based Attendance System.
https://github.com/abdullahwaqar/markmepresent
Last synced: about 11 hours ago
JSON representation
A QR based Attendance System.
- Host: GitHub
- URL: https://github.com/abdullahwaqar/markmepresent
- Owner: abdullahwaqar
- License: mit
- Created: 2020-01-07T11:36:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T11:55:25.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T15:52:16.172Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 1.71 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MarkMePresent
MarkMePresent is a simple attendance system based on QR codes.Generate a Class that generates a QR code, User scans the code and marks himself/herself present.
### System Includes
+ Android Application - (Kotlin)
+ REST API Server - (NodeJs & Express)
+ Basic Web Client - (Vanilla Javascript)### Some Screenshots
##### Mobile App Screenshots
##### Web Client Screenshot
![webclient screenshot](https://github.com/abdullahwaqar/MarkMePresent/blob/dev/doc/screenshots/webclient-ss-rev2.png)
#### **Disclaimer: The *server* and the *webclient* is for demoing purposes and may not include full functionality.**
---
## Building & Running Application
Well download the source code and let *AndroidStudio* do its thing.## Running Server
```
cd apinpm i
npm start
```## Running WebClient
```
cd clientpython -m SimpleHTTPServer 8080
```Can be server over any generic HTTP server.