xurror / cherrypying

Playing around with cherrypy web framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CHERRYPYING

Playing aroud with the cherrypy framework.

How to run

  1. Create virtualenv: python -m venv venv
  2. activate virtualenc: source venv/bin/activate
  3. Install dependencies: pip install -r requirements.txt
  4. Run the server: cd cherrypying python server.py

About

Playing around with cherrypy web framework


Languages

Language:HTML 63.3%Language:Python 36.7%