Skip to content

Sourabhchrs93/flask-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flask Boilerplate

Quick Start

Clone the repo

$ git clone https://[ Add your bitbucket username here]@bitbucket.org/noodleai/flask-boilerplate.git
$ cd flask-boilerplate

Initialize and activate a virtualenv:

$ virtualenv --no-site-packages env
$ source env/bin/activate

Install the dependencies:

$ pip install -r requirements.txt

Run the development server:

$ cd src
$ python apps.py

Navigate to http://localhost:8000

Tech

Boilerplate uses a number of open source projects to work properly:

  • Flask - Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions.
  • Flask-Restful - Flask-RESTful is an extension for Flask that adds support for quickly building REST APIs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages