Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/peterschutt/litestar-sqla-admin-test
- Owner: peterschutt
- License: mit
- Created: 2024-04-17T05:51:03.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-28T21:31:57.000Z (7 months ago)
- Last Synced: 2024-04-28T22:36:05.968Z (7 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`