Skip to content

c0debrain/youcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

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

About

The whole repo for our updated project ! Now build with Polymer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 87.2%
  • Go 12.7%
  • JavaScript 0.1%