Skip to content

Latest commit

 

History

History
78 lines (64 loc) · 5.57 KB

README.md

File metadata and controls

78 lines (64 loc) · 5.57 KB

AttendanceApp-Backend

Progressive Web Application

forthebadge made-with-python ForTheBadge built-with-swag 4U
GitHub starsGitHub followers GitHub repo size GitHub code size in bytes GitHub last commit GitHub contributors Open Source Love png3
GitHub issues GitHub issues-closed
GitHub pull-requests GitHub pull-requests closed
DOCS DOCS License HitCount Maintenance

Functionalities

  • Real Time Attendence
  • Multiple Simultaneous events supported
  • Live status to admin
  • Live broadcast to each event participants
  • Proxy check measure by location check

Pre-requisites:

  • Python3

Directions to setup in linux

  • setup environment
    python3 -m venv env
    source env/bin/activate
  • install requirements
    pip install -r requirements.txt
  • set SecretKey
    export STRIPE_API_KEY="12345"
  • create Database
    python
    from app import *
    db.create_all()

Directions to start

    python app.py

Contributors



saythanks LinkedIn Instagram



Made with ❤️ by DSC VIT