# server **Repository Path**: ixuexi/server ## Basic Information - **Project Name**: server - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python Flask Hello World Sample This application demonstrates a simple, reusable Python web application based on the [Flask microframework](http://flask.pocoo.org/). ## Run the app locally 1. [Install Python][] 1. cd into this project's root directory 1. Run `pip install -r requirements.txt` to install the app's dependencies 1. Run `python welcome.py` 1. Access the running app in a browser at [Install Python]: https://www.python.org/downloads/