This is a web application designed to replace the (outdated) Pep Band Manager Suite client application.
TODO
Client side setup:
- Install node.js
- Migrate any existing data into a sqlite database. Put this database in node/db
- cd into the node folder and run 'node server/server.js' from the terminal.
- 'migration' contains code to conver the data from the old format to multiple SQL files
- 'node' contains the server code. It is designed that it can be run locally (with no authentication), or on a public server over SSL
- 'php' cointains old code when the project was written in PHP.