pyMVC
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
- PIP (Install instructions)
- VirtualEnv (Install instructions)
Getting Started
- Install PIP
- Install VirtualEnv
- Create a virtual environment using virtualenv and activate it
- Copy the PyMVC source in your virtual env
- Install the requirements using
pip install -r requirements.pip - Run the application with
python manage.py runserver