flask-phantom

Flask Phantom - Phantom design coded in Flask | AppSeed

Stars
5

Flask Phantom

Open-Source app with HTML5Up Phantom design coded in Flask

Build from sources

  1. Clone the repo
$ git clone https://github.com/app-generator/flask-phantom.git
$ cd flask-phantom
  1. Initialize and activate a virtualenv:
$ virtualenv --no-site-packages env
$ source env/bin/activate
  1. Install the dependencies:
$ pip install -r requirements.txt
  1. Run the development server:
$ python app.py
  1. Navigate to http://localhost:5000

Features

  • SQLite database
  • Login, Register
  • Static Build python ./static.py. The static build goes to app/build directory
  • FTP Deploy script. Info: this require node.js and the edit of deploy.js to add FTP server credentials.

Support

For issues and features request, use Github or access the support page provided by AppSeed

App Screenshots

Resources

  1. Flask Documentation
  2. Flask Extensions
  3. More Flask Apps
  4. Read More about Flask Apps

Flask Phantom provided by AppSeed