Skip to content

web app that makes small business association DSBS data nicer to look at. frontend uses react-app, backend uses flask with sqlite db. basic web scraper using python

Notifications You must be signed in to change notification settings

5014NG3/uslocalcompany

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Business Finder (United States)

A web application for searching small businesses in the United States by state and city/zip code.

Features:

Web Scraper:

  • Scrapes small business data (city/zip code level) from Small Business Administration(SBA)'s DSBS using Python.
  • Utilizes BeautifulSoup to parse HTML data from each page.
  • Pandas is used for cleaning and processing the scraped data.
  • Data is stored in an SQLite database.

Backend:

  • Flask server with a basic API to query the SQLite database by state and city.

Frontend:

  • React app for the user interface.
  • Uses React-Bootstrap for responsive design.
  • React-Select is used for state and city selection.

Instruction:

  • Idk figure what packages you need to install
  • cd into my-app
  • npm start

About

web app that makes small business association DSBS data nicer to look at. frontend uses react-app, backend uses flask with sqlite db. basic web scraper using python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages