Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 236 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 236 Bytes

tunefish

An automated band application and voting platform

Build client:

cd client
grunt build

Start celery for mails queue:

celery -A server.bands.mails worker

Start server:

python tunefish.py