Skip to content

app-generator/flask-learn-by-coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9ac64ad · Sep 3, 2019

History

9 Commits
Jun 12, 2019
Jun 11, 2019
Jun 11, 2019
Sep 3, 2019

Repository files navigation

A simple Flask app coded for beginners - Live Demo


Flask App - Learn by coding - Intro


Project Structure

├── src
│   ├── run.py
│   ├── app
│   │   ├── __init__.py
|   |
│   ├── templates
│   │     ├── includes
│   │     │      ├── contact.html
│   │     │      ├── footer.html
│   │     │      ├── header.html
│   │     │      ├── navigation.html
│   │     │      ├── scripts.html
│   │     │      ├── section-top.html
│   │     │      ├── section-features.html
│   │     │      ├── section-team.html
│   │     ├── layouts
│   │     │      ├── default.html
│   │     ├── pages
│   │            ├── index.html
│   │
│   └── static
│        ├── assets
│              ├── css
│              ├── img
│              └── js
└── README.md (this file)

Quick Start

  1. Clone the repo
$ git clone https://github.com/app-generator/flask-learn-by-coding.git
$ cd flask-learn-by-coding/src
  1. Install the dependencies:
$ pip install -r requirements.txt
  1. Setup the environment:
$ export FLASK_APP=run.py
  1. Run the app:
$ flask run

Screenshots

Pages

Forms



Flask Learn by coding - tutorial provided by AppSeed

About

Flask Web Framework - Learn by Coding | AppSeed

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages