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: 9 months 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T20:58:47.000Z (almost 11 years ago)
- Last Synced: 2025-04-29T18:49:43.520Z (about 1 year ago)
- Topics: flask, python, reviewchris
- Language: Python
- Homepage:
- Size: 5.68 MB
- Stars: 8
- 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) | [](https://travis-ci.org/ctsit/barebones-flask-app?branch=master) | [](https://coveralls.io/github/ctsit/barebones-flask-app?branch=master) |
| [Develop](https://github.com/ctsit/barebones-flask-app/tree/develop) | [](https://travis-ci.org/ctsit/barebones-flask-app?branch=develop) | [](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)