1 Star 0 Fork 0

AllanWong/FastAPI_and_Nextjs_WebScraping_WebCrawling

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
frontend @ cbeb9b7
Loading...
README

Introduction

This project is a web scraping and crawling application built using the Selenium package in Python. The application allows users to search for products and retrieves their names and links, which are then displayed in a table. The backend is built using FastAPI and PostgreSQL, while the frontend is developed using Next.js.

Features

  • Web scraping and crawling using Selenium
  • Product search functionality
  • Retrieval of product names and links
  • Storage of search results in a PostgreSQL database
  • Display of search results in a table using Next.js

Technologies Used

  • Python
  • Selenium
  • FastAPI
  • PostgreSQL
  • Next.js

Installation

Clone the repository for the Backend: https://github.com/Elanchezhian2712/FastAPI_and_Nextjs_WebScraping_WebCrawling.git

Create a virtual environment and activate it:

python3 -m venv env
source env/bin/activate

Install the required dependencies:

pip install -r requirements.txt

Run the FastAPI server:

uvicorn main:app --reload

空文件

发行版

暂无发行版

贡献者

全部

语言

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/allanwong/FastAPI_and_Nextjs_WebScraping_WebCrawling.git
git@gitee.com:allanwong/FastAPI_and_Nextjs_WebScraping_WebCrawling.git
allanwong
FastAPI_and_Nextjs_WebScraping_WebCrawling
FastAPI_and_Nextjs_WebScraping_WebCrawling
main

搜索帮助