pyMVC icon indicating copy to clipboard operation
pyMVC copied to clipboard

A Python Flask MVC web application framework

PyMVC Framework

PyMVC is a MVC web application framework written in Python using Flask.

Requires

Getting Started

  1. Install PIP
  2. Install VirtualEnv
  3. Create a virtual environment using virtualenv and activate it
  4. Copy the PyMVC source in your virtual env
  5. Install the requirements using pip install -r requirements.pip
  6. Run the application with python manage.py runserver