Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salimane/flask-mvc
python boilerplate application following MVC pattern using flask micro framework
https://github.com/salimane/flask-mvc
flask mvc
Last synced: 3 days ago
JSON representation
python boilerplate application following MVC pattern using flask micro framework
- Host: GitHub
- URL: https://github.com/salimane/flask-mvc
- Owner: salimane
- License: mit
- Created: 2011-11-21T08:32:29.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T19:43:22.000Z (over 1 year ago)
- Last Synced: 2024-12-08T15:12:05.135Z (15 days ago)
- Topics: flask, mvc
- Language: Dockerfile
- Homepage:
- Size: 30.3 KB
- Stars: 141
- Watchers: 6
- Forks: 47
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask-mvc
[![Build Status](https://github.com/salimane/flask-mvc/actions/workflows/master.yml/badge.svg)](https://github.com/salimane/flask-mvc/actions)
[![Maintenance](https://img.shields.io/maintenance/yes/2023.svg)](https://github.com/salimane/flask-mvc/commits/master)A simple boilerplate application following the MVC pattern using Flask micro python framework.
It basically here to be a base skeleton for new python web applicationsIt includes:
| environment | url |
| --- | --- |
| Demo | http://flask-mvc-salimane.herokuapp.com/ |This repository is maintained by [Salimane Adjao Moustapha](https://github.com/salimane).
If you need to make changes to or have any ideas for improvement at this, please send a PR## Prerequisites
* Git
* A working [Python](https://www.python.org/) 3.10 installation with [virtualenv](https://virtualenv.pypa.io/en/stable/) and [pip](https://pypi.python.org/pypi/pip).
**
```shell
# Mac OS X
brew update
brew install asdf pipx
asdf plugin add python
asdf install python 3.10.11
pipx ensurepath
pipx install virtualenv
```## Setup
```Bash
$ git clone [email protected]:salimane/flask-mvc.git
$ cd flask-mvc
$ asdf local python 3.10.11
$ pipx install virtualenv
$ Run ``make setup``
```## Running
* Run in console with
```
$ make run
```## Contributing
It basically here to be a base skeleton for new python web applications, so we'd love your input! Got a question or an idea? Create an issue or a pull-request.
## Maintainers
* [Salimane Adjao Moustapha - @salimane](https://github.com/salimane)
## Copyright Notice
Copyright (C) 2023 Salimane Adjao Moustapha, authors, and contributors. Licensed under the [MIT License](/LICENSE).