Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 512 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 512 Bytes

Who-Is-Next

A classroom selector of volunteers web application

Setup

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