[Archived] Chicago Summer of Learning website development
Перейти к файлу
Andrew Hayward ddee192ede Merge branch 'master' into api 2013-05-10 10:16:02 +01:00
controllers More sensible naming of badges 2013-05-09 18:28:41 +01: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 Adding getBadge tests 2013-05-09 14:16:02 -04:00
views Tidying up templates for proper badge data 2013-05-08 15:14:03 +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 More sensible naming of badges 2013-05-09 18:28:41 +01:00
app.js Merge pull request #115 from andrewhayward/auth 2013-04-23 12:35:45 -07: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
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.