[Archived] Chicago Summer of Learning website development
Перейти к файлу
Mike Larsson 5d549f0d3a Pull openbadger url from env, and fix a few tests 2013-05-13 22:59:46 -04:00
controllers Remove api method lookup by name 2013-05-13 14:53:01 -04:00
models Reverting relationship type 2013-04-19 13:17:19 +01:00
static Merge pull request #145 from andrewhayward/learn 2013-04-22 05:14:30 -07:00
test Pull openbadger url from env, and fix a few tests 2013-05-13 22:59:46 -04:00
views Minor copy changes to sign-up flow 2013-05-10 16:15:23 +01:00
.gitignore Initial commit. 2013-03-21 16:10:19 -04:00
README.md adding cookie secret to readme 2013-04-29 17:03:38 -05:00
api.js Remove api method lookup by name 2013-05-13 14:53:01 -04:00
app.js Bring openbadger into closer conformance with v2 badge endpoints 2013-05-13 15:46:49 -04:00
db.js Clarifying doc comment 2013-04-19 13:31:55 +01:00
helpers.js Tidying up a bit 2013-04-23 11:55:46 +01:00
middleware.js Getting it right might help 2013-04-23 12:33:29 +01:00
openbadger.js Pull openbadger url from env, and fix a few tests 2013-05-13 22:59:46 -04:00
package.json Adding tests for api.js 2013-05-09 14:16:02 -04:00

README.md

Chicago Summer of Learning

The website for the Chicago Summer of Learning, developed by Ocupop and Mozilla.

Environment

Property Default Description
CSOL_DB_NAME "csol" Name of the database.
CSOL_DB_USER "root" Database username.
CSOL_DB_PASS null Database password.
COOKIE_SECRET null Cookie secret.