Skip to content

phriscage/inspired_landing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inspired_landing

A Python flask application for the Inspired landing email sign-up that stores an email_address in a single table in a database. There is not much to this, so it is very basic.

Diretory Structure

The application folder structure is defined below:

lib/
    <object>/
www/
    templates/
        <object>/
    static/
        <object>/
db/
    migrations/
        versions/

Quick Start

Execute ./www/main.py to launch the UI.

$ ./www/main.py --port 8080
* Running on http://0.0.0.0:8080/
* Restarting with reloader

About

inspired_landing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published