Skip to main content
  1. Projects/

taxonomy-search

·34 words·1 min
Jake Roggenbuck
Author
Jake Roggenbuck
Working at Capital One as a SWE Intern as well as Programming Language Research during the school year.

Taxonomy Search #

Taxonomy search using SolidJS, FastAPI, Tailwind, and the full ITIS database

Image #

image

backend #

Install #

python3 -m venv venv

source venv/bin/activate

pip install uvicorn fastapi

Running #

uvicorn main:app