A simple anonymous idea sharing website , inspired by this awesome playlist.
Example of config.json
{
"development": {
"config_id": "development",
"app_name": "pwm",
"app_desc": "pwm project",
"node_port": 9999,
"json_indentation": 4,
"database_url": "...",
"database": "...",
"username": "...",
"password": "..."
}
}