Skip to content

DeeJeezz/cherrypy-snippet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cherrypy-snippet

Cherrypy Snippet to quickstart projects.

About

This is a snippet helps to start a new CherryPy project without the need of preparation and setup. This snippet contains web-service controllers with Jinja2 template language and api controllers.

Launch

Virtualenv

$ python -m pip install virtualenv

Requirements

$ . venv/bin/activate
(venv) $ pip install -r requirements
(venv) $ python server.py

About

Cherrypy Snippet to quickstart projects.

Topics

Resources

Stars

Watchers

Forks