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

https://github.com/kanghyojun/alembic_flask_sqlalchemy


https://github.com/kanghyojun/alembic_flask_sqlalchemy

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# API

## Installation

### Requirements

- Python 3.7+
- PostgreSQL 10+
- git

### Install dependencies

```shell
$ python -m venv .venv
$ . .venv/bin/activate
$ ./install.sh # For development ./install.sh -d
```