Skip to content

AminHP/flask-mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-mvc-framework


A mini MVC framework using flask. This project is a fork of salimane/flask-mvc

Features:

  • Support different API versions for controllers and schemas.
  • Very fast json validation using good.
  • Run and install server in virtual environment automatically.
  • Update requirements automatically
  • Restful API documentation using Flassger
  • Restful API testing using pyresttest

Installation:

$ sudo pip install virtualenv
$ sudo apt-get install docker (for deploying)

Run server:

Run these commands in separate shells.

$ python manager.py celery
$ python manager.py run

Test api:

Run these commands in separate shells.

$ python manager.py testing
$ python manager.py test

Deploy server:

$ sudo service docker start
$ cd deploy
$ ./deploy.sh

Apidoc:

http://localhost:8080/apidocs/index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published