sgaist / nanobox-flask

Quickstart for Flask with Nanobox

Home Page:https://guides.nanobox.io/python/flask/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask from scratch

Flask from scratch

Run a Flask app locally, install nothing besides nanobox.

Clone the repo

# clone the code
git clone https://github.com/nanobox-quickstarts/nanobox-flask.git

# cd into the flask app
cd nanobox-flask

Run the app

# Add a convenient way to access your app from the browser
nanobox dns add local flask.dev

# Run Flask as you would normally, with Nanobox
nanobox run python app.py

Check it out

Visit your app at flask.dev:5000

Explore

With Nanobox, you don't have to have anything installed on your machine to run your app:

# drop into a Nanobox console
nanobox run

# where python is installed,
python --version

# your packages are available,
pip list

# and your code is mounted
ls

Now What?

For more details about running Flask apps with nanobox visit guides.nanobox.io/python/flask/

About

Quickstart for Flask with Nanobox

https://guides.nanobox.io/python/flask/

License:Mozilla Public License 2.0


Languages

Language:Python 78.0%Language:Nginx 22.0%