Skip to content

marcusjhang/scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run website locally

run npm install when needed

  1. cd backend
  2. node index.js
  • server is run on 5001
  1. open new terminal
  2. cd frontent
  3. npm start
  • server is run on 300

To run script that adds entries

  1. cd scripts
  2. source venv/bin/activate
  • activate virtual environment
  1. pip install psycopg2
  • may not be needed
  1. 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

About

Google Sheets -> Python Scraper -> Postgres DB -> React Frontend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages