pkalita-lbl / oak-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oak-api

Prototype web API backed by oaklib.

Setup

poetry install

Add a semantic-sql SQLite database to the root directory.

cp .env.example .env

Update .env with the name of your local database.

Run

make dev

Development server will be running on http://localhost:8000/. Documentation for endpoints can be found at http://localhost:8000/docs.

About


Languages

Language:Python 98.2%Language:Makefile 1.6%Language:Shell 0.2%