Luke's Component Reviews Module
- https://github.com/teamName/repo
- https://github.com/teamName/repo
- https://github.com/teamName/repo
- https://github.com/teamName/repo
Database -- Start your mysql database by running
mysql.server start-- Build my database by cd'ing into my database directory, then runmysql -u -root < schema.sql-- note: instead ofroot, you may need to user your own username. also, if your database is password protected, use the-pflag with that command. -- Seed the database: from the same database directory, runnode seeders.jsto seed the databse.