/tekton-templateapp

Simple app using tekton and virtualenvwrapper

Primary LanguagePythonMIT LicenseMIT

Tekton Template App

This is a simple app I use to quick start any project using Tekton + Google App Engine

Requirements

Usage

Clone this repo
$ git clone git@github.com:giovaneliberato/tekton-templateapp.git {{ YOUR_APP_NAME }}
Go to your project folder and create a virtual env using virtualenvwrapper
$ cd {{ YOUR_APP_NAME }}
$ mkvirtualenv {{ YOUR_APP_NAME }}
Run the setup script
$ ./venv/setup_venv.sh
You're ready to go! Run server
$ ./runlocal.sh

Now it's time to code. Core code goes inside apps folder and request handlers goes inside src/routes.