Skip to content

HannoverIS/flask_bootstrap_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Bootstrap Template

Python Flask Bootstrap Template

Table of Contents

  1. Installation
  2. Instruction
  3. Project Motivation
  4. File Descriptions

Installation

All the libraries required for running the app are listed in the requirement.txt file. For installing the app, only run this comand in root path:

$ make install

Project Motivation

This is a beginner guide to deploy your first Flask App with Bootstrap.

File Descriptions

.
├── app
│   ├── static
│   │   ├── css
│   │   │   └── stile.css
│   │   ├── img : Apps Images
│   ├── templates
│   │	└── index.html
│   ├── app.py : Python Flask APP
│   └── requirements.txt
├── deploy
│   ├── app
│   │	├── app.env
│   │	└── Dockerfile
│   └── db
│   	├── db.env
│   	└── Dockerfile
├── LICENSE Apache 2.0 Licence
├── Makefile
└── README.md
 

References

  1. Youtube: Advanced Operations In Flask : Adding Bootstrap Templates, CSS, and Images
  2. Freelancer bootstrap from Start Bootstrap
  3. Docker / Docker-compose

About

Python Flask Bootstrap Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages