- Admins & Super Admins creating private events. [broken]
- When you first login it doesnt update your user type. (Just refresh the page)
- Comment voting.
- Events at location.
- Admins create rsos
- Set up create table exercise to team can implement triggers.
cd frontend
Only required intially:
npm install
npm run dev
cd backend
Only required intially:
npm install
node index.js
- Start WAMP
- Go to the url
localhost - Under Your Aliases select
PhpMyAdmin - Login with username being
rootand password is blank
| User Type | Privileges |
|---|---|
| Super Admin | Creates a profile for the university. |
| Admin | Owns an RSO and may post events. |
| Student | Use application to look up various events. |