Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jordaneremieff/starlette-typesystem-databases-example

Example app using Starlette, Typesystem, and Databases
https://github.com/jordaneremieff/starlette-typesystem-databases-example

asyncio databases python sqlalchemy starlette typesystem

Last synced: about 19 hours ago
JSON representation

Example app using Starlette, Typesystem, and Databases

Awesome Lists containing this project

README

        

# starlette-typesystem-databases-example

An example application to demonstrate the usage of the following projects together:

* [Databases](https://github.com/encode/databases)
* [Typesystem](https://github.com/encode/typesystem)
* [Starlette](https://github.com/encode/starlette)

## Setup

Install the requirements:

```
pip3 install -r requirements.txt
```

Run the migrations:

```
alembic upgrade head
```

## Running

```
python app.py
```