This was migrated from the private course repository, thereby having a short commit history.
Project for Web & Database Computing course at the University of Adelaide.
Demo: https://social-student-clubs.onrender.com/
Social Student Clubs is a web platform to manage student clubs. Users can create clubs, add and edit clubs' updates and events, and manage their clubs.
The project uses Vue 2 for the front end and Express for the back end. It is integrated with a MySQL database and is deployed on AWS.
npm install
service mysql start
mysql < ./db/backup.sql
npm start