Skip to content

Mech Index is a FastAPI based app with Jinja templating for displaying varioius Battletech mechs

Notifications You must be signed in to change notification settings

dj0le/mech-index

Repository files navigation

Mech Index

description:

This is the backend only version of the Mech Index. Written in fastapi.

Deploy locally:

Clone This repo:

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

About

Mech Index is a FastAPI based app with Jinja templating for displaying varioius Battletech mechs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published