项目作者: mhihasan

项目描述 :
Building API without web framework or microframework
高级语言: Python
项目地址: git://github.com/mhihasan/minimal-api.git
创建时间: 2021-07-07T01:25:28Z
项目社区:https://github.com/mhihasan/minimal-api

开源协议:

下载


minimal-api

Installation

  • Clone this repo
  • Create virtual environment using virtualenv
  • Install depedencies using make install

Running tests

  1. make test

Development with docker

  1. make dev