Skip to content
Snippets Groups Projects
README.md 468 B
Newer Older
  • Learn to ignore specific revisions
  • zshan2's avatar
    zshan2 committed
    ## SP21-CS242 Assignment2: GoodReads Scraper
    This project is for sp21 CS242 assignment2
    
    Current version is 2.1
    
    
    zshan2's avatar
    zshan2 committed
    ### Function
    
    zshan2's avatar
    zshan2 committed
        1. Scrap data of books and authors from GoodReads
        2. Store scraped data on cloud or local files
        3. Query cloud for certain documents of books or authors
        
    
    zshan2's avatar
    zshan2 committed
    ### Composition:
    #### Client: Command line interface (interactive)
    #### Server: Simple server based on Flask
    #### Database: MongoDB
    #### Website: Javascipt HTML with React