Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peterschutt/litestar-sqla-admin-test

Test app for sqladmin-litestar
https://github.com/peterschutt/litestar-sqla-admin-test

Last synced: about 1 month ago
JSON representation

Test app for sqladmin-litestar

Awesome Lists containing this project

README

        

# litestar-sqla-admin-test

```shell
$ python -m venv .venv
$ . .venv/bin/activate
(.venv) $ python -m pip install -r requirements.txt
(.venv) $ uvicorn app:app
```

Then navigate to `localhost:8000/admin`