Skip to content

Repo for youcode.io V1.1. Website with Polymer and Server with Go.

License

Notifications You must be signed in to change notification settings

youcodeio/youcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a2ca44a · Apr 19, 2015

History

14 Commits
Apr 15, 2015
Apr 19, 2015
Apr 12, 2015
Apr 16, 2015
Apr 12, 2015

Repository files navigation

youcode

This is the code behind YouCode, a plateform to find talks and tutorials for developers

Setup

The back-end

The whole project is powered by Go and App Engine, so you need Go, a working workspace and Google App Engine SDK for Go. To test, run on the root directory:

cd backend
goapp get github.com/GoogleCloudPlatform/go-endpoints/endpoints
cd ../
goapp serve dispatch.yaml backend/app.yaml frontend/app.yaml

The frontend

We are using Bower to handle Polymer's dependencies. So you need to run

cd frontend/static
bower install