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: 2 months 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 (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T19:43:22.000Z (over 2 years ago)
- Last Synced: 2025-04-08T08:12:20.798Z (7 months ago)
- Topics: flask, mvc
- Language: Dockerfile
- Homepage:
- Size: 30.3 KB
- Stars: 142
- Watchers: 6
- Forks: 46
- Open Issues: 1
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE
 
Awesome Lists containing this project
README
          # Flask-mvc
[](https://github.com/salimane/flask-mvc/actions)
[](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 applications
It 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 git@github.com: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).