Backend code
How to update backend server with GitHub code:
- SSH into droplet
- navigate to project directory: cd /var/www/UniversityEventPlannerBackend
- run the command: git pull origin main
This may require a personal access token which can be accessed through GitHub: Profile->Settings->Developer Settings->Personal Access Tokens