run npm install when needed
- cd backend
- node index.js
- server is run on 5001
- open new terminal
- cd frontent
- npm start
- server is run on 300
- cd scripts
- source venv/bin/activate
- activate virtual environment
- pip install psycopg2
- may not be needed
- python add_to_db.py
- reset local environment, should see the updated version
may be needed after initialising virtual environment: pip install google-api-python-client google-auth google-auth-oauthlib google-auth-httplib2 pip install requests beautifulsoup4