Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschutt committed Nov 21, 2022
2 parents fc31e30 + 7e48c6d commit aee2988
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://www.topsport.com.au/assets/images/logo_pulse.svg" width="200"/>

Example API built on [starlite-saqlalchemy][https://topsport-com-au.github.io/starlite-saqlalchemy/latest/]
Example API built on [starlite-saqlalchemy](https://topsport-com-au.github.io/starlite-saqlalchemy/latest/)

## Setup

Expand All @@ -13,22 +13,28 @@ Example API built on [starlite-saqlalchemy][https://topsport-com-au.github.io/st

## Run

`$ run-app`
`$ poetry run run-app`

## Test
## Development

Install dev dependencies:

`$ python -m pip install -r dev.requirements.txt`

### Test

`$ tox`

## Migrations
### Migrations

### Ensure the database service is up
#### Ensure the database service is up

`$ docker-compose up -d`

### Revision
#### Revision

`$ poetry run alembic revision --autogenerate -m "revision description"`

### Migration
#### Migration

`$ poetry run alembic upgrade head`

0 comments on commit aee2988

Please sign in to comment.