https://github.com/remarkablemark/flask-template
A quickstart Flask template.
https://github.com/remarkablemark/flask-template
flask template
Last synced: 2 months ago
JSON representation
A quickstart Flask template.
- Host: GitHub
- URL: https://github.com/remarkablemark/flask-template
- Owner: remarkablemark
- License: mit
- Created: 2016-08-06T21:31:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-06T21:36:22.000Z (almost 10 years ago)
- Last Synced: 2025-02-14T08:45:38.946Z (over 1 year ago)
- Topics: flask, template
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flask-template
A quickstart [Flask](https://flask.palletsprojects.com/) template.
### Install
Clone the repository:
```sh
git clone https://github.com/remarkablemark/flask-template.git
cd flask-template
```
Install the dependencies:
```sh
pip install -r requirements.txt # you may need `sudo`
```
### Run
Run the app:
```sh
FLASK_APP=app.py flask run
```
### License
[MIT](LICENSE)