A classroom selector of volunteers web application
- Assumptions:
- nodejs is installed
- mysql is installed and its version is 5.6
- mysql root username is
root
and its password isuser
- to change your password, log-in root user then enter
SET PASSWORD FOR 'root'@'localhost' = PASSWORD('user');
- to change your password, log-in root user then enter
- it is also assumed that the user
Teletubbies
is not yet created
- Clone this repository
- Run setup.sh in your terminal via
./setup.sh