https://github.com/app-generator/flask-html5up-phantom
Flask Html5up Phantom - Open-Source Web App coded in Flask | AppSeed
https://github.com/app-generator/flask-html5up-phantom
appseed flask flask-application html5up open-source web-app-generator
Last synced: about 1 month ago
JSON representation
Flask Html5up Phantom - Open-Source Web App coded in Flask | AppSeed
- Host: GitHub
- URL: https://github.com/app-generator/flask-html5up-phantom
- Owner: app-generator
- License: other
- Created: 2020-02-03T18:11:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T14:56:02.000Z (over 6 years ago)
- Last Synced: 2025-10-07T18:51:54.169Z (8 months ago)
- Topics: appseed, flask, flask-application, html5up, open-source, web-app-generator
- Language: CSS
- Homepage: https://appseed.us/apps/flask-apps/flask-html5up-phantom
- Size: 1.28 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Flask Html5up Phantom](https://appseed.us/apps/flask-apps/flask-html5up-phantom)
**Open-Source Web App** coded in **[Flask Framework](https://palletsprojects.com/p/flask/)** - Provided by **AppSeed** [Web App Generator](https://appseed.us/app-generator).
## App Features:
- SQLite database
- SQLAlchemy ORM
- Session-Based authentication flow (login, register)
- UI Kit: Phantom by **Html5UP**
- [CCA 3.0 License](./LICENSE.md) - preserve the footer links (Html5UP, AppSeed)
### App Links:
- [Flask Html5up Phantom](https://appseed.us/apps/flask-apps/flask-html5up-phantom) - product page
- [Flask Html5up Phantom](https://www.youtube.com/watch?v=P12xL7ExQZQ) - yTube presentation (learn how touse it)
## Want more? Go PRO!
PRO versions include **Premium UI Kits**, Lifetime updates and **24/7 LIVE Support** (via [Discord](https://discord.gg/fZC6hup))
| [Flask Dashboard Material PRO](https://appseed.us/admin-dashboards/flask-dashboard-material-pro) | [Flask Dashboard Dashkit PRO](https://appseed.us/admin-dashboards/flask-dashboard-dashkit-pro) | [Flask Dashboard Black PRO](https://appseed.us/admin-dashboards/flask-dashboard-black-pro) |
| --- | --- | --- |
| [](https://appseed.us/admin-dashboards/flask-dashboard-material-pro) | [](https://appseed.us/admin-dashboards/flask-dashboard-dashkit-pro) | [](https://appseed.us/admin-dashboards/flask-dashboard-black-pro)

## Build from sources
```bash
$ # Clone the sources
$ git clone https://github.com/app-generator/flask-html5up-phantom.git
$ cd flask-html5up-phantom
$
$ # Virtualenv modules installation (Unix based systems)
$ virtualenv --no-site-packages env
$ source env/bin/activate
$
$ # Virtualenv modules installation (Windows based systems)
$ # virtualenv --no-site-packages env
$ # .\env\Scripts\activate
$
$ # Install requirements
$ pip3 install -r requirements.txt
$
$ # Set the FLASK_APP environment variable
$ (Unix/Mac) export FLASK_APP=run.py
$ (Windows) set FLASK_APP=run.py
$ (Powershell) $env:FLASK_APP = ".\run.py"
$
$ # Set up the DEBUG environment
$ # (Unix/Mac) export FLASK_ENV=development
$ # (Windows) set FLASK_ENV=development
$ # (Powershell) $env:FLASK_ENV = "development"
$
$ # Run the application
$ # --host=0.0.0.0 - expose the app on all network interfaces (default 127.0.0.1)
$ # --port=5000 - specify the app port (default 5000)
$ flask run --host=0.0.0.0 --port=5000
$
$ # Access the app in browser: http://127.0.0.1:5000/
```
## Support
- Free support via eMail < [support @ appseed.us](https://appseed.us/support) > and **Github** issues tracker
- 24/7 Live Support via [Discord](https://discord.gg/fZC6hup) for paid plans and commercial products.
## Credits & Links
- [Flask Framework](https://www.palletsprojects.com/p/flask/) - The offcial website
- [Flask Boilerplate - Open-Source Apps built with automation tools](https://dev.to/sm0ke/flask-boilerplate-open-source-apps-built-with-automation-tools-4925) - a popular article published on **Dev.to** platform
## License
© CCA 3.0
---
[Flask Html5up Phantom](https://appseed.us/apps/flask-apps/flask-html5up-phantom) - Provided by **AppSeed** [Web App Generator](https://appseed.us/app-generator).