/polling-app

Node.js Serverless Polling App

Primary LanguageJavaScript

Example config.json:

{
    "production": {
        "url": "mongodb://user:password@server:port/db",
        "collection": "polls"
    },
    "development": {
        "url": "mongodb://user:password@server:port/db",
        "collection": "tests"
    }
}