This is a simple FastAPI application for a web crawler.
- Clone the repository
- Set up a virtual environment:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
- Install dependencies:
pip install -r requirements.txt
Use the following command to run the application:
uvicorn app.main:app --reload
http://127.0.0.1:8000/docs
http://127.0.0.1:8000/redoc