Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 496 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 496 Bytes

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.