Skip to content

renix-codex/python-flask-mvc

Repository files navigation

python-flask-mvc

A sample python microservice.

On macOS, you can use Homebrew to install packages, including Python and Flask. Here are the commands:

Install Homebrew:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install Python3 using Homebrew:

brew install python@3

Install Flask:

pip3 install Flask

About

Python microservice, using flask framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages