Si Absen is a website-based application built to simplify the attendance process for students and teachers. By implementing QR Code based attendance. Students or teachers only need to scan their identity card which is equipped with a QR Code into the website application.
Created using :
- Django Web Framework
- Vue.js CDN
- HTML5 QR Code
Using the latest version of Django Web Framework.
django 5.0.2Using the latest version of python
python 3.11.8Create a Virtual Environment first so that dependency installation is separate from general Python dependencies. After activating the Virtual Environment, please install the required dependencies. Go to the project folder, until there is a req.txt file. Use the package manager pip to install all dependencies.
pip install -r req.txtMake sure it is still in the project folder, which contains the manage.py file. To access the website or activate the server as follows.
python manage.py runserverServer akan berjalan di http://127.0.0.1:8000
Those who want to duplicate are welcome. For learning needs or to develop even better.
Prayogi Setiawan