https://github.com/kanghyojun/alembic_flask_sqlalchemy
https://github.com/kanghyojun/alembic_flask_sqlalchemy
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kanghyojun/alembic_flask_sqlalchemy
- Owner: kanghyojun
- Created: 2019-05-03T04:26:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T18:09:07.000Z (about 7 years ago)
- Last Synced: 2025-02-09T10:30:00.797Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```