/python-bootstrap

project bootstrap for quick start

Primary LanguageMakefile

This is a bootstrap of python project used to start quickly a REST server

How to use it ?

  • make setup: install python distribution and all necessary dependencies
  • make: run unit tests
  • make run: start the application