Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gandresto/poetry-flask-template

A simple flask project template with poetry as dependency manager
https://github.com/gandresto/poetry-flask-template

black-formatter flake8 flask mit-license poetry pre-commit pre-commit-hook pytest python python-black python3 template template-repository

Last synced: about 1 month ago
JSON representation

A simple flask project template with poetry as dependency manager

Awesome Lists containing this project

README

        

# Poetry Flask Template

This template contains the basic boilerplate to test, lint, build and run a flask aplication. It also includes conventional commits support.

## Requirements
- [docker](https://docs.docker.com/get-docker/)

# Running

Activate poetry shell

```bash
poetry shell
```