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

https://github.com/martinpeck/flask-api-starter

A set of files that provide a very basic Flask API, to be used as a starting point
https://github.com/martinpeck/flask-api-starter

flask flask-api python3

Last synced: 2 months ago
JSON representation

A set of files that provide a very basic Flask API, to be used as a starting point

Awesome Lists containing this project

README

          

# Basic FlaskAPI App

This repository is a starting point for a FlaskAPI based web app.

## Setup

In order to run the application you'll need the following:

- Install `pipenv` (required)
- Install `pyenv` (optional)

This project uses `pipenv` to manage packages.

I would also recommend installing `pyenv` as this allows you to select a specific version of Python, and this project contains a `.python-version` file to auto-select a specific version.

## Running Locally

# Useful Resources

- Explore Flask:

- Blueprints and Views:
- FlaskAPI Guide:
- "Larger Applications":
-