Skip to content

budtmo/myAPI

Repository files navigation

MyAPI

Build Status codecov

A Sample RESTful API written in Python and uses Flask and Connexion / Swagger as frameworks, PostgreSQL as database and Flask-SQLAlchemy as Object Relational Mapper.

Requirements

  1. [docker-compose] version 1.6.0

Quick Start

  1. Run application and its database with command:

    local.sh run
  2. accees app through web browser.

Unit test

local.sh test

Troubleshooting

local.sh debug