Skip to content

IEEEUCSC/registrations-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Registration Tracker

This application tracks event registrations over time from a Google Sheet.

Environment Setup

This application uses environment variables for configuration. Create a .env file in the root directory with the following variables:

SERVICE_ACCOUNT_FILE= SPREADSHEET_ID= RANGE_NAME=

Installation

# Install dependencies
poetry install

# Run the application
poetry run streamlit run app.py

Security Notes

  • Never commit your .env file to version control
  • Make sure to add .env to your .gitignore file
  • Keep your Google API credentials secure

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages