User management system for the Software Engineering Lab course at Jacobs University
CSS
Software Engineering Lab Project Manager
# Create a database called SE_Lab (or whatever)
mysql SE_Lab < db.sql
# Move the template file to config.php and edit your local copy (which is .gitignore-d)
cp config.TEMPLATE.php config.php