Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jakeroggenbuck/taxonomy-search
- Owner: JakeRoggenbuck
- License: mit
- Created: 2023-07-22T05:46:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T22:50:52.000Z (about 2 months ago)
- Last Synced: 2024-09-18T03:19:46.372Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 venvsource venv/bin/activate
pip install uvicorn fastapi
```### Running
```
uvicorn main:app
```