Skip to content

A one stop application for maintaining attendance of members of your org in real time

License

Notifications You must be signed in to change notification settings

GDGVIT/AttendanceApp-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AttendanceApp-Backend

Progressive Web Application for real time attendance tracking of community members

Build Status
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

Releases

No releases published

Packages

No packages published