Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 703 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 703 Bytes

Social Student Clubs

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/

Description

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.

Usage

npm install

service mysql start
mysql < ./db/backup.sql

npm start

Licence

Apache 2.0