Skip to content

D-E-F-E-A-T-2/AttendanceApp-Backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.6%
  • HTML 13.4%