Skip to content

nvladimiroff/CSUSeniorProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Group 4's classroom clicker app

Google Drive

Running

First, make sure nginx is setup as a reverse proxy and is listening on port 4000. Install a recent version of node.js and mysql and run:

git clone https://github.com/nvladimiroff/CSUSeniorProject.git
cd CSUSeniorProject
npm install

Then create the database and execute all of the mysql schema files with:

for i in ./mysql_schema_files/* ; do mysql --user="username" --password="pass" --database="clicker" < $i; done

Mysql also needs to be listening on port 8889. (Change /etc/mysql/mysql.conf.d/mysqld.cnf).

Once everything finished, you can run npm start to start the server. Then all you need to do is open http://localhost:3000/ in your browser.

About

Group 4's classroom clicker app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •