This is the backend only version of the Mech Index. Written in fastapi.
Clone This repo:
- open mech-index
Then:
-
add a virtual environment
python -m venv venv source venv/bin/activate
-
install all from requirements.txt
pip install -r requirements.txt
-
start uvicorn:
uvicorn mech_app.api:app --reload
-
open localhost