Skip to content

This project will allow members to signin at IEEE meetings, check how many meetings they have attended, export data for 302 student attendance records, and allow easy email blasts to members / spark members.

License

Notifications You must be signed in to change notification settings

ieeeut/spark-member-signin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spark-member-signin

This project will allow members to signin at IEEE meetings, check how many meetings they have attended, export data for 302 student attendance records, and allow easy email blasts to members / spark members.

steps to install

First install Go from https://golang.org and install revel from https://revel.github.io, clone this project into your go/src folder, and run 'revel run spark-member-signin'

note for me

Change the app secret before deploying to prod

Slack Integration

This repo will comment in the #github-projects branch whenever anything is committed or changed.

Welcome to Revel

A high-productivity web framework for the Go language.

Start the web server:

revel run myapp

Go to http://localhost:9000/ and you'll see:

"It works"

Code Layout

The directory structure of a generated Revel application:

conf/             Configuration directory
    app.conf      Main app configuration file
    routes        Routes definition file

app/              App sources
    init.go       Interceptor registration
    controllers/  App controllers go here
    views/        Templates directory

messages/         Message files

public/           Public static assets
    css/          CSS files
    js/           Javascript files
    images/       Image files

tests/            Test suites

Help

About

This project will allow members to signin at IEEE meetings, check how many meetings they have attended, export data for 302 student attendance records, and allow easy email blasts to members / spark members.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages