Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirang89/flask-boiler
A boilerplate application for Flask
https://github.com/kirang89/flask-boiler
Last synced: 7 days ago
JSON representation
A boilerplate application for Flask
- Host: GitHub
- URL: https://github.com/kirang89/flask-boiler
- Owner: kirang89
- Created: 2013-04-12T21:05:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-25T18:41:43.000Z (over 11 years ago)
- Last Synced: 2024-04-16T18:23:08.699Z (7 months ago)
- Language: Python
- Size: 121 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Flask Boiler
##Overview
This is a simple boilerplate application for [Flask](http://flask.pocoo.org/).I've modified the boilerplate more to my liking, but feel free to fork it and tune it in whatever way you like.
##Setting up the environment
* Install memcached
```sudo apt-get install memcached```* Create a virtual sandbox and install packages for project by running
```sh
chmod +x setup_env.sh./setup_env.sh
```##Running your app
* Once everything is setup, run your flask application:```sh
chmod +x run.py./run.py
```