Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anfederico/Flaskex
Simple flask example for quick prototypes and small applications
https://github.com/anfederico/Flaskex
application flask website
Last synced: 12 days ago
JSON representation
Simple flask example for quick prototypes and small applications
- Host: GitHub
- URL: https://github.com/anfederico/Flaskex
- Owner: anfederico
- License: mit
- Created: 2017-04-26T20:16:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-06T05:17:05.000Z (10 months ago)
- Last Synced: 2024-10-15T10:32:17.738Z (21 days ago)
- Topics: application, flask, website
- Language: Python
- Homepage:
- Size: 362 KB
- Stars: 827
- Watchers: 25
- Forks: 360
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
- starred-awesome - Flaskex - Simple flask example for quick prototypes and small applications (HTML)
README
![Python](https://img.shields.io/badge/python-v3.6-blue.svg)
![Dependencies](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)
[![GitHub Issues](https://img.shields.io/github/issues/anfederico/flaskex.svg)](https://github.com/anfederico/flaskex/issues)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ef2f8f65c67a4043a9362fa6fb4f487a)](https://www.codacy.com/app/RDCH106/Flaskex?utm_source=github.com&utm_medium=referral&utm_content=RDCH106/Flaskex&utm_campaign=Badge_Grade)
[![Run on Repl.it](https://repl.it/badge/github/anfederico/Flaskex)](https://repl.it/github/anfederico/Flaskex)
## Features
- Encrypted user authorizaton
- Database initialization
- New user signup
- User login/logout
- User settings
- Modern user interface
- Bulma framework
- Limited custom css/js
- Easily customizable## Setup
```
git clone https://github.com/anfederico/Flaskex
cd Flaskex
pip install -r requirements.txt
python app.py
```## Contributing
Please take a look at our [contributing](https://github.com/anfederico/Flaskex/blob/master/CONTRIBUTING.md) guidelines if you're interested in helping!