Skip to content

nathhuynh/University-Clubs-Website-Prototype

Repository files navigation

Group Web Application Project (2023 Semester 1)

Usage

  • npm install
  • npm install mysql Start: service mysql start Connect to database server: mysql OR mysql --host=127.0.0.1
  • npm install cookie-parser
  • npm install express-session
  • npm install google-auth-library --save
  • npm install --save argon2
  • npm install --save nodemailer

Start mysql:

  • mysql -u root -p
  • Enter password: password

Load the database in:

  • mysql -u root -p mydatabase < public/backupFINAL.sql
  • Enter password: password

Login with admin permissions

About

Group Web Application Project (2023 Semester 1)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published