8000 GitHub - sudoish/flask-api: A Dockerized flask api with VSCode debugger setup
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sudoish/flask-api

Repository files navigation

Dockerized Flask api with VSCode debugger setup

This is a simple dockerized flask app with a VSCode debugger setup

You can find the complete tutorial on how this works here

Setup the application

Create a python virtual env

python -m venv venv

Initiate the virtual env and install the necessary dependencies

For Windows users

./venv/Scripts/activate

For Mac or Linux users:

source venv/bin/activate

Install dependencies

pip install -r requirements.txt

Run the application

Start the container

docker-compose up -d

Press F5 in VSCode and start debugging.

About

A Dockerized flask api with VSCode debugger setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0