The Flask microframework is a small, simple, and powerful web framework for Python. It is designed to be used as a base for web development, but it can be used as a standalone application.
- Responsive design
- Flask framework
- Flask Bootstrap (CSS framework)
- Python for programming
- Clone this repo:
git clone git@github.com:GitauHarrison/starting-a-flask-server.git`
- Change directory to the new repo:
cd starting-a-flask-server
- Create and activate a virtual environment:
$ virtualenv starting-a-flask-server
- Install dependencies:
(starting-a-flask-server)$ pip install -r requirements.txt
- Run the server:
(starting-a-flask-server)$ flask run
- Open the browser and navigate to http://localhost:5000/
Working with Flask is fairly simple. Learn more about Flask below: