Skip to content

Kickstart for web application using Flask, Boostrap, jQuery, SQLAlchemy, ...

Notifications You must be signed in to change notification settings

Alarid/flask-bootstrap-kickstart

Repository files navigation

Kickstart

Clone this project to "kickstart" your web application development with Flask / Bootstrap, on a responsive design base.

Installation

git clone https://github.com/Alarid/flask-bootstrap-kickstart.git
cd <directory>
pip install -r requirements.txt
flask db migrate

Create a file ".env" with the need env variables, for example:

SECRET_KEY=a-really-long-and-unique-key-that-nobody-knows
MAIL_SERVER=localhost
MAIL_PORT=8025

Run the web application

To launch the application, simply use:

flask run

To edit the default application name, change the APP_NAME variable in the configuration file (config.py).

Manage translations

flask translate init LANG   # to add a new language
flask translate update      # to update all language repositories
flask translate compile     # to compile all language

Licence

Licence

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

About

Kickstart for web application using Flask, Boostrap, jQuery, SQLAlchemy, ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published