Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakeroggenbuck/taxonomy-search

Taxonomy search using SolidJS, FastAPI, Tailwind, and the full ITIS database
https://github.com/jakeroggenbuck/taxonomy-search

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Taxonomy Search
Taxonomy search using [SolidJS](https://www.solidjs.com/), [FastAPI](https://fastapi.tiangolo.com/), [Tailwind](https://tailwindcss.com/), and the full [ITIS](https://en.wikipedia.org/wiki/Integrated_Taxonomic_Information_System) database

# Image
![image](https://github.com/JakeRoggenbuck/taxonomy-search/assets/35516367/e986bb4b-1012-4c45-a759-394096b93d1c)

## backend

### Install
```
python3 -m venv venv

source venv/bin/activate

pip install uvicorn fastapi
```

### Running
```
uvicorn main:app
```