Backend for scraping pdf information from the repo syllabus-scraper.
Running the Program Make sure inside pdf-api directory
- python -m venv pymupdf-venv
- . pymupdf-venv/bin/activate
- python -m pip install --upgrade pip
- pip install -r requirements.txt
- uvicorn main:app --reload --port 8000
*If it doesn't work, try this:
- python3 -m venv pymupdf-venv
- . pymupdf-venv/bin/activate
- python3 -m pip install --upgrade pip
- pip install -r requirements.txt //Make sure inside pdf-api
- uvicorn main:app --reload --port 8000
*If installing requirements.txt not found, install each requirement manually using pip install
Local Testing
- uvicorn main:app --reload --port 8000
- http://localhost:8000/docs
Running Using NGrok
- Run ngrok http 8000 in terminal
- Get the link