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

https://github.com/caged/citylist


https://github.com/caged/citylist

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

**Sync data**

```shell
./script/run python app/config/daily.py
```

**Hacky local dev w/ live reload**

```
```shell
pip install -r requirements.txt
gunicorn --config="app/config/gunicorn.py" --reload app:app --pid=gunicorn.pid
script/watch
```

#### Run migrations
```
script/dbmigrate
```

#### Autogenerate migrations
```
./script/app-env alembic revision --autogenerate
```