An open API service indexing awesome lists of open source software.

https://github.com/app-generator/flask-phantom

Flask Phantom - Phantom design coded in Flask | AppSeed
https://github.com/app-generator/flask-phantom

appseed flask html5up open-source phantom

Last synced: 3 months ago
JSON representation

Flask Phantom - Phantom design coded in Flask | AppSeed

Awesome Lists containing this project

README

          

# [Flask Phantom](https://appseed.us/apps/flask-apps/html5up-phantom-coded-in-flask)

Open-Source app with **HTML5Up Phantom** design coded in **Flask**


![Phantom design coded in Flask](https://github.com/app-generator/flask-phantom/blob/master/screenshots/flask-phantom-intro.gif)


## Build from sources

1. Clone the repo
```
$ git clone https://github.com/app-generator/flask-phantom.git
$ cd flask-phantom
```

2. Initialize and activate a virtualenv:
```
$ virtualenv --no-site-packages env
$ source env/bin/activate
```

3. Install the dependencies:
```
$ pip install -r requirements.txt
```

5. Run the development server:
```
$ python app.py
```

6. Navigate to [http://localhost:5000](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](https://appseed.us/support) provided by **AppSeed**


## App Screenshots


![Flask Boilerplate - FlaskPlay, App Menu](https://github.com/app-generator/flask-phantom/blob/master/screenshots/flask-phantom-menu.jpg)


![Flask Boilerplate - FlaskPlay, Login Page](https://github.com/app-generator/flask-phantom/blob/master/screenshots/flask-phantom-login.jpg)


![Flask Boilerplate - FlaskPlay, Elements Page](https://github.com/app-generator/flask-phantom/blob/master/screenshots/flask-phantom-elements.jpg)


## Resources

1. [Flask Documentation](http://flask.pocoo.org/docs/)
2. [Flask Extensions](http://flask.pocoo.org/extensions/)
3. [More Flask Apps](https://appseed.us/apps/flask-apps)
4. [Read More about Flask Apps](https://blog.appseed.us/tag/flask)


---
[Flask Phantom](https://appseed.us/apps/flask-apps/html5up-phantom-coded-in-flask) provided by **AppSeed**