Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctsit/barebones-flask-app
This is a basic python web app implemented using the Flask micro-framework
https://github.com/ctsit/barebones-flask-app
flask python reviewchris
Last synced: about 1 month ago
JSON representation
This is a basic python web app implemented using the Flask micro-framework
- Host: GitHub
- URL: https://github.com/ctsit/barebones-flask-app
- Owner: ctsit
- License: bsd-3-clause
- Created: 2015-08-20T18:11:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T20:58:47.000Z (over 9 years ago)
- Last Synced: 2023-08-19T18:13:21.981Z (over 1 year ago)
- Topics: flask, python, reviewchris
- Language: Python
- Homepage:
- Size: 5.68 MB
- Stars: 7
- Watchers: 15
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# barebones-flask-app
| Branch | [Travis-CI](https://travis-ci.org/ctsit/barebones-flask-app/builds) | [Coveralls](https://coveralls.io/github/ctsit/barebones-flask-app) |
| :----- | :---------------------------: | :-------: |
| [Master](https://github.com/ctsit/barebones-flask-app/tree/master) | [![Build Status](https://travis-ci.org/ctsit/barebones-flask-app.svg?branch=master)](https://travis-ci.org/ctsit/barebones-flask-app?branch=master) | [![Coverage Status](https://coveralls.io/repos/ctsit/barebones-flask-app/badge.svg?branch=master&service=github)](https://coveralls.io/github/ctsit/barebones-flask-app?branch=master) |
| [Develop](https://github.com/ctsit/barebones-flask-app/tree/develop) | [![Build Status](https://travis-ci.org/ctsit/barebones-flask-app.svg?branch=develop)](https://travis-ci.org/ctsit/barebones-flask-app?branch=develop) | [![Coverage Status](https://coveralls.io/repos/ctsit/barebones-flask-app/badge.svg?branch=develop&service=github)](https://coveralls.io/github/ctsit/barebones-flask-app?branch=develop) |This repo serves as an example of a python web application implemented using the
Flask micro-framework. It implements role-based authentication and can be used
for building more complex applications that interact with a database.# Contributing
We encourage input and collaboration from the community.
Please fork the code, implement changes, and submit a
[pull request](https://github.com/ctsit/barebones-flask-app/pulls).If you prefer to report a bug or make a suggestion, please create a GitHub
[issue](https://github.com/ctsit/barebone-flask-app/issues); issues are a great
place to ask public questions too. Please note that this project is released with
a [Contributor Code of Conduct](http://contributor-covenant.org/version/1/0/0/).
By participating in this project you agree to abide by its terms.# Contributors
The application was written by Andrei Sura with tremendous support and fedback
from the entire
[CTS-IT team](https://www.ctsi.ufl.edu/research/study-development/informatics-consulting/).For the complete list of contributors please see [AUTHORS.md](AUTHORS.md)